openvm_pairing_guest::bls12_381

Type Alias G1Affine

Source
pub type G1Affine = Bls12_381G1Affine;
Expand description

Affine point representation of Fp points of BLS12-381. Note: an instance of this type may be constructed that lies on the curve but not necessarily in the prime order subgroup because the group has cofactors.

Aliased Type§

struct G1Affine {
    pub x: Bls12_381Fp,
    pub y: Bls12_381Fp,
}

Fields§

§x: Bls12_381Fp§y: Bls12_381Fp

Trait Implementations§