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.
pub type ProjectivePoint<Fe> = (Fe, Fe, Fe);
arithmetic
only.Projective point whose coordinates are represented by the given field element.