Type Definition elliptic_curve::AffinePoint[][src]

pub type AffinePoint<C> = <C as AffineArithmetic>::AffinePoint;
This is supported on crate feature arithmetic only.
Expand description

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