Struct snarkvm_curves::bls12_377::Bls12_377Parameters
source · pub struct Bls12_377Parameters;
Trait Implementations§
source§impl Bls12Parameters for Bls12_377Parameters
impl Bls12Parameters for Bls12_377Parameters
source§const X_IS_NEGATIVE: bool = false
const X_IS_NEGATIVE: bool = false
x
is positive.
type Fp = Fp384<FqParameters>
type Fp12Params = Fq12Parameters
type Fp2Params = Fq2Parameters
type Fp6Params = Fq6Parameters
type G1Parameters = Bls12_377G1Parameters
type G2Parameters = Bls12_377G2Parameters
const TWIST_TYPE: TwistType = TwistType::D
const X: &'static [u64] = _
fn g1_is_in_correct_subgroup(p: &Affine<Self::G1Parameters>) -> bool
fn g2_is_in_correct_subgroup(p: &Affine<Self::G1Parameters>) -> bool
source§impl Clone for Bls12_377Parameters
impl Clone for Bls12_377Parameters
source§fn clone(&self) -> Bls12_377Parameters
fn clone(&self) -> Bls12_377Parameters
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 more