Re-exports§
Modules§
Pluto\Eris half-pairing cycle
Macros§
- A macro to help define serialization and deserialization for prime field implementations that use `$field::Repr`` representations. This assumes the concerned type implements PrimeField (for from_repr, to_repr).
Structs§
- The affine coordinates of a point on an elliptic curve.
Traits§
- This trait is the affine counterpart to
Curve
and is used for serialization, storage in memory, and inspection of $x$ and $y$ coordinates. - This trait is a common interface for dealing with elements of an elliptic curve group in a “projective” form, where that arithmetic is usually more efficient.