Type Definition elliptic_curve::ProjectivePoint
source · [−]pub type ProjectivePoint<C> = <C as ProjectiveArithmetic>::ProjectivePoint;
Available on crate feature
arithmetic
only.Expand description
Projective point type for a given curve with a ProjectiveArithmetic
implementation.