Trait elliptic_curve::PrimeCurveArithmetic
source · pub trait PrimeCurveArithmetic: PrimeCurve + ProjectiveArithmetic<ProjectivePoint = Self::CurveGroup> {
type CurveGroup: PrimeCurve<Affine = <Self as AffineArithmetic>::AffinePoint>;
}
Expand description
Prime order elliptic curve with projective arithmetic implementation.
Required Associated Types§
sourcetype CurveGroup: PrimeCurve<Affine = <Self as AffineArithmetic>::AffinePoint>
type CurveGroup: PrimeCurve<Affine = <Self as AffineArithmetic>::AffinePoint>
Prime order elliptic curve group.