Expand description
This module will contain the EC arithmetic for the Twisted Edwards form of Goldilocks. with the following affine equation : -x^2 + y^2 = 1 - 39082x^2y^2 This curve will be used as a backend for the Goldilocks and Decaf through the use of isogenies. It will not be exposed in the public API.
Structsยง
- Affine
Niels Point - Represents a PreComputed or Cached AffinePoint ((y+x)/2, (y-x)/2, dxy)
- Affine
Point - This point representation is not a part of the API.