Trait ark_ec::PairingFriendlyCycle[][src]

pub trait PairingFriendlyCycle: CurveCycle {
    type Engine1: PairingEngine<G1Affine = Self::E1, G1Projective = <Self::E1 as AffineCurve>::Projective, Fq = <Self::E1 as AffineCurve>::BaseField, Fr = <Self::E1 as AffineCurve>::ScalarField>;
    type Engine2: PairingEngine<G1Affine = Self::E2, G1Projective = <Self::E2 as AffineCurve>::Projective, Fq = <Self::E2 as AffineCurve>::BaseField, Fr = <Self::E2 as AffineCurve>::ScalarField>;
}

Associated Types

Implementors