logo
pub type AffinePoint<C> = <<C as ProjectiveArithmetic>::ProjectivePoint as Curve>::AffineRepr;
Expand description

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