Structs§
- Affine coordinates for a point on a twisted Edwards curve, over the base field
P::BaseField
. Projective
implements Extended Twisted Edwards Coordinates as described in [HKCD08].
Enums§
- Flags to be encoded into the serialization. The default flags (empty) should not change the binary representation.
Traits§
- Constants and convenience functions that collectively define the Montgomery model of the curve. In this model, the curve equation is
b * y² = x³ + a * x² + x
, for constantsa
andb
. - Constants and convenience functions that collectively define the Twisted Edwards model of the curve. In this model, the curve equation is
a * x² + y² = 1 + d * x² * y²
, for constantsa
andd
.