Modules§
Structs§
- Wnaf
- A “w-ary non-adjacent form” exponentiation context.
Enums§
- Group
Decoding Error - An error that may occur when trying to decode an
EncodedPoint
.
Traits§
- Curve
Affine - Affine representation of an elliptic curve point guaranteed to be in the correct prime order subgroup.
- Curve
Projective - Projective representation of an elliptic curve point guaranteed to be in the correct prime order subgroup.
- Encoded
Point - An encoded elliptic curve point, which should essentially wrap a
[u8; N]
.