pub type G1Affine = BW6G1Affine<BW6_761Parameters>;
impl PairingCurve for G1Affine
type Engine = BW6_761
type PairWith = G2Affine
type PairingResult = Fq6
type Prepared = G1Prepared<BW6_761Parameters>
fn prepare(&self) -> Self::Prepared
Prepares this element for pairing purposes.
fn pairing_with(&self, other: &Self::PairWith) -> Self::PairingResult
Perform a pairing