pub type G1AffineVar<P> = AffineVar<<P as Bls12Config>::G1Config, FpVar<<P as Bls12Config>::Fp>>;
Expand description

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