Expand description
Implementation of ProjectivePoint, a generic projective point in a curve.
Structsยง
- Jacobian
Point - Projective
Point - 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,yandzvariables are field elements.