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

Represents an affine point on G2. Should be used only for comparison and when a canonical representation of a point is required, and not for arithmetic.