Type Definition elliptic_curve::AffinePoint[][src]

type AffinePoint<C> = <<C as ProjectiveArithmetic>::ProjectivePoint as Curve>::AffineRepr;
This is supported on crate feature arithmetic only.
Expand description

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