Expand description
This module generically implements arithmetic for Twisted Edwards elliptic curves by following the complete formulae described in the EFD.
Structsยง
- Affine
Var - An implementation of arithmetic for Twisted Edwards curves that relies on the complete formulae for the affine model, as outlined in the EFD.
- Montgomery
Affine Var - An implementation of arithmetic for Montgomery curves that relies on incomplete addition formulae for the affine model, as outlined in the EFD.