Type Definition elliptic_curve::point::AffinePoint
source ·
[−]pub type AffinePoint<C> = <<C as ProjectiveArithmetic>::ProjectivePoint as Curve>::AffineRepr;Expand description
Affine point type for a given curve with a ProjectiveArithmetic
implementation.