pub type ProjectivePoint<C> = <C as ProjectiveArithmetic>::ProjectivePoint;
Expand description
Projective point type for a given curve with a ProjectiveArithmetic
implementation.
pub type ProjectivePoint<C> = <C as ProjectiveArithmetic>::ProjectivePoint;
Projective point type for a given curve with a ProjectiveArithmetic
implementation.