[][src]Type Definition snarkvm_curves::bls12_377::G1Affine

type G1Affine = Bls12G1Affine<Bls12_377Parameters>;

Trait Implementations

impl PairingCurve for G1Affine[src]

type Engine = Bls12_377

type PairWith = G2Affine

type PairingResult = Fq12

type Prepared = G1Prepared<Bls12_377Parameters>