Module twisted_edwards

Source
Expand description

This module generically implements arithmetic for Twisted Edwards elliptic curves by following the complete formulae described in the EFD.

Structsยง

AffineVar
An implementation of arithmetic for Twisted Edwards curves that relies on the complete formulae for the affine model, as outlined in the EFD.
MontgomeryAffineVar
An implementation of arithmetic for Montgomery curves that relies on incomplete addition formulae for the affine model, as outlined in the EFD.