pub type AffinePoint<C> = <C as CurveArithmetic>::AffinePoint;
Available on crate feature
arithmetic
only.Expand description
Affine point type for a given curve with a CurveArithmetic
implementation.
pub type AffinePoint<C> = <C as CurveArithmetic>::AffinePoint;
arithmetic
only.Affine point type for a given curve with a CurveArithmetic
implementation.