elliptic_curve

Type Alias AffinePoint

Source
pub type AffinePoint<C> = <C as AffineArithmetic>::AffinePoint;
Expand description

Affine point type for a given curve with a ProjectiveArithmetic implementation.