Type Definition snarkvm_curves::bls12_377::G1Affine
source · pub type G1Affine = Bls12G1Affine<Bls12_377Parameters>;
Trait Implementations§
source§impl PairingCurve for G1Affine
impl PairingCurve for G1Affine
type Engine = Bls12<Bls12_377Parameters>
type PairWith = Affine<<Bls12_377Parameters as Bls12Parameters>::G2Parameters>
type PairingResult = Fp12<Fq12Parameters>
type Prepared = G1Prepared<Bls12_377Parameters>
source§fn pairing_with(&self, other: &Self::PairWith) -> Self::PairingResult
fn pairing_with(&self, other: &Self::PairWith) -> Self::PairingResult
Perform a pairing