Expand description
A library for working with pairing-friendly curves.
Re-exports§
- pub use group;
Traits§
- Engine
- An “engine” is a collection of types (fields, elliptic curve groups, etc.)
with well-defined relationships. In particular, the G1/G2 curve groups are
of prime order r, and are equipped with a bilinear pairing function.
- MillerLoop Result 
- Represents results of a Miller loop, one of the most expensive portions of the pairing function.
- MultiMiller Loop 
- An engine that can compute sums of pairings in an efficient way.
- PairingCurve Affine 
- Affine representation of an elliptic curve point that can be used to perform pairings.