pub type ProjectivePoint = ProjectivePoint<NistP256>;Available on crate feature
arithmetic only.Expand description
Elliptic curve point in projective coordinates.
Aliased Typeยง
pub struct ProjectivePoint { /* private fields */ }