Type Alias elliptic_curve::weierstrass::ProjectivePoint
source ยท pub type ProjectivePoint<Fe> = (Fe, Fe, Fe);
Expand description
Projective point whose coordinates are represented by the given field element.
pub type ProjectivePoint<Fe> = (Fe, Fe, Fe);
Projective point whose coordinates are represented by the given field element.