pub type G2Var<P> = ProjectiveVar<<P as Bls12Config>::G2Config, Fp2Var<<P as Bls12Config>::Fp2Config>>;
Expand description

Represents a projective point in G2.