pub type ProjectivePoint<C> = <C as CurveArithmetic>::ProjectivePoint;Available on crate feature
arithmetic only.Expand description
Projective point type for a given curve with a CurveArithmetic
implementation.
pub type ProjectivePoint<C> = <C as CurveArithmetic>::ProjectivePoint;arithmetic only.Projective point type for a given curve with a CurveArithmetic
implementation.