Type Definition elliptic_curve::AffinePoint
source · pub type AffinePoint<C> = <C as AffineArithmetic>::AffinePoint;
Expand description
Affine point type for a given curve with a ProjectiveArithmetic
implementation.
pub type AffinePoint<C> = <C as AffineArithmetic>::AffinePoint;
Affine point type for a given curve with a ProjectiveArithmetic
implementation.