Expand description
This module contains definitions for the Short Weierstrass model of the curve.
Modules§
- instance
- This module contains curve instances in the Short Weierstrass model.
Structs§
- Affine
- Affine coordinates for a point on an elliptic curve in short Weierstrass
form, over the base field
P::BaseField. - Projective
- Jacobian coordinates for a point on an elliptic curve in short Weierstrass
form, over the base field
P::BaseField. This struct implements arithmetic via the Jacobian formulae.
Traits§
- SWCurve
Config - Constants and convenience functions that collectively define the Short Weierstrass model of the curve.
Functions§
- sw_
double_ and_ add_ affine - Standard double-and-add method for multiplication by a scalar.
- sw_
double_ and_ add_ projective - Standard double-and-add method for multiplication by a scalar.