Trait ethers::core::k256::elliptic_curve::group::cofactor::CofactorCurve[]

pub trait CofactorCurve: Curve<AffineRepr = Self::Affine> + CofactorGroup {
    type Affine: CofactorCurveAffine + Mul<Self::Scalar>;
}
Expand description

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

Associated Types

Implementors