Type Alias elliptic_curve::weierstrass::ProjectivePoint
source · pub type ProjectivePoint<Fe> = (Fe, Fe, Fe);
Available on crate feature
arithmetic
only.Expand description
Projective point whose coordinates are represented by the given field element.