Struct snarkvm_curves::bls12_377::Bls12_377G1Parameters
source · pub struct Bls12_377G1Parameters;
Trait Implementations§
source§impl Clone for Bls12_377G1Parameters
impl Clone for Bls12_377G1Parameters
source§fn clone(&self) -> Bls12_377G1Parameters
fn clone(&self) -> Bls12_377G1Parameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Bls12_377G1Parameters
impl Debug for Bls12_377G1Parameters
source§impl Hash for Bls12_377G1Parameters
impl Hash for Bls12_377G1Parameters
source§impl ModelParameters for Bls12_377G1Parameters
impl ModelParameters for Bls12_377G1Parameters
type BaseField = Fp384<FqParameters>
type ScalarField = Fp256<FrParameters>
source§impl PartialEq<Bls12_377G1Parameters> for Bls12_377G1Parameters
impl PartialEq<Bls12_377G1Parameters> for Bls12_377G1Parameters
source§fn eq(&self, other: &Bls12_377G1Parameters) -> bool
fn eq(&self, other: &Bls12_377G1Parameters) -> bool
source§impl ShortWeierstrassParameters for Bls12_377G1Parameters
impl ShortWeierstrassParameters for Bls12_377G1Parameters
source§const AFFINE_GENERATOR_COEFFS: (Self::BaseField, Self::BaseField) = _
const AFFINE_GENERATOR_COEFFS: (Self::BaseField, Self::BaseField) = _
AFFINE_GENERATOR_COEFFS = (G1_GENERATOR_X, G1_GENERATOR_Y)
source§const COFACTOR: &'static [u64] = _
const COFACTOR: &'static [u64] = _
COFACTOR = (x - 1)^2 / 3 = 30631250834960419227450344600217059328
source§const COFACTOR_INV: Fr = _
const COFACTOR_INV: Fr = _
COFACTOR_INV = COFACTOR^{-1} mod r = 5285428838741532253824584287042945485047145357130994810877
source§const WEIERSTRASS_A: Fq = _
const WEIERSTRASS_A: Fq = _
WEIERSTRASS_A = 0
source§const WEIERSTRASS_B: Fq = _
const WEIERSTRASS_B: Fq = _
WEIERSTRASS_B = 1