Trait ethers::core::k256::elliptic_curve::group::prime::PrimeCurve[]

pub trait PrimeCurve: Curve<AffineRepr = Self::Affine> + PrimeGroup {
    type Affine: PrimeCurveAffine + Mul<Self::Scalar>;
}
Expand description

Efficient representation of an elliptic curve point guaranteed to be in the correct prime order subgroup.

Associated Types

Implementors