[−][src]Type Definition snarkvm_curves::bls12_377::G1Affine
type G1Affine = Bls12G1Affine<Bls12_377Parameters>;
type G1Affine = Bls12G1Affine<Bls12_377Parameters>;
impl PairingCurve for G1Affine
[src]type Engine = Bls12_377
type PairWith = G2Affine
type PairingResult = Fq12
type Prepared = G1Prepared<Bls12_377Parameters>
pub fn prepare(&self) -> Self::Prepared
[src]pub fn pairing_with(&self, other: &Self::PairWith) -> Self::PairingResult
[src]