ark_r1cs_std::groups::curves

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ยง

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