Module elliptic_curve::weierstrass
source · Expand description
Complete projective formulas for prime order elliptic curves as described in Renes-Costello-Batina 2015.
Functions
- Implements the complete addition formula from Renes-Costello-Batina 2015 (Algorithm 4).
- Implements the complete mixed addition formula from Renes-Costello-Batina 2015 (Algorithm 5).
- Implements the exception-free point doubling formula from Renes-Costello-Batina 2015 (Algorithm 6).
Type Definitions
- Affine point whose coordinates are represented by the given field element.
- Projective point whose coordinates are represented by the given field element.