Type Definition snarkvm_curves::bw6_761::G2Affine[][src]

type G2Affine = BW6G2Affine<BW6_761Parameters>;

Trait Implementations

impl PairingCurve for G2Affine[src]

type Engine = BW6_761

type PairWith = G1Affine

type PairingResult = Fq6

type Prepared = G2Prepared<BW6_761Parameters>

fn prepare(&self) -> Self::Prepared[src]

Prepares this element for pairing purposes.

fn pairing_with(&self, other: &Self::PairWith) -> Self::PairingResult[src]

Perform a pairing