Expand description

Implementation of ProjectivePoint, a generic projective point in a curve.

Structs

  • Represents an elliptic curve point using the projective short Weierstrass form: y^2 * z = x^3 + a * x * z^2 + b * z^3, where x, y and z variables are field elements.