Type Alias elliptic_curve::point::AffinePoint
source ยท pub type AffinePoint<C> = <C as CurveArithmetic>::AffinePoint;
Expand description
Affine point type for a given curve with a CurveArithmetic
implementation.
pub type AffinePoint<C> = <C as CurveArithmetic>::AffinePoint;
Affine point type for a given curve with a CurveArithmetic
implementation.