Crate pairing_plus

Source

Modules§

Structs§

  • A “w-ary non-adjacent form” exponentiation context.

Enums§

Traits§

  • Affine representation of an elliptic curve point guaranteed to be in the correct prime order subgroup.
  • Projective representation of an elliptic curve point guaranteed to be in the correct prime order subgroup.
  • An encoded elliptic curve point, which should essentially wrap a [u8; N].
  • 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.