Struct snarkvm_curves::bls12_377::Bls12_377G2Parameters
source · pub struct Bls12_377G2Parameters;
Trait Implementations
sourceimpl Clone for Bls12_377G2Parameters
impl Clone for Bls12_377G2Parameters
sourcefn clone(&self) -> Bls12_377G2Parameters
fn clone(&self) -> Bls12_377G2Parameters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Bls12_377G2Parameters
impl Debug for Bls12_377G2Parameters
sourceimpl Hash for Bls12_377G2Parameters
impl Hash for Bls12_377G2Parameters
sourceimpl ModelParameters for Bls12_377G2Parameters
impl ModelParameters for Bls12_377G2Parameters
type BaseField = Fp2<Fq2Parameters>
type ScalarField = Fp256<FrParameters>
sourceimpl PartialEq<Bls12_377G2Parameters> for Bls12_377G2Parameters
impl PartialEq<Bls12_377G2Parameters> for Bls12_377G2Parameters
sourcefn eq(&self, other: &Bls12_377G2Parameters) -> bool
fn eq(&self, other: &Bls12_377G2Parameters) -> bool
sourceimpl ShortWeierstrassParameters for Bls12_377G2Parameters
impl ShortWeierstrassParameters for Bls12_377G2Parameters
sourceconst AFFINE_GENERATOR_COEFFS: (Self::BaseField, Self::BaseField) = _
const AFFINE_GENERATOR_COEFFS: (Self::BaseField, Self::BaseField) = _
AFFINE_GENERATOR_COEFFS = (G2_GENERATOR_X, G2_GENERATOR_Y)
sourceconst COFACTOR: &'static [u64] = _
const COFACTOR: &'static [u64] = _
COFACTOR = 7923214915284317143930293550643874566881017850177945424769256759165301436616933228209277966774092486467289478618404761412630691835764674559376407658497
sourceconst COFACTOR_INV: Fr = _
const COFACTOR_INV: Fr = _
COFACTOR_INV = COFACTOR^{-1} mod r = 6764900296503390671038341982857278410319949526107311149686707033187604810669
sourceconst WEIERSTRASS_A: Fq2 = _
const WEIERSTRASS_A: Fq2 = _
WEIERSTRASS_A = [0, 0]
sourceconst WEIERSTRASS_B: Fq2 = _
const WEIERSTRASS_B: Fq2 = _
WEIERSTRASS_B = [0, 155198655607781456406391640216936120121836107652948796323930557600032281009004493664981332883744016074664192874906]
const PHI: Fq2 = _
fn mul_by_a(_: &Self::BaseField) -> Self::BaseField
fn is_in_correct_subgroup_assuming_on_curve(p: &Affine<Self>) -> bool
fn glv_endomorphism(p: Affine<Self>) -> Affine<Self>
fn mul_projective(p: Projective<Self>, by: Self::ScalarField) -> Projective<Self>
fn add_b(elem: &Self::BaseField) -> Self::BaseField
impl Copy for Bls12_377G2Parameters
impl Eq for Bls12_377G2Parameters
impl StructuralEq for Bls12_377G2Parameters
impl StructuralPartialEq for Bls12_377G2Parameters
Auto Trait Implementations
impl RefUnwindSafe for Bls12_377G2Parameters
impl Send for Bls12_377G2Parameters
impl Sync for Bls12_377G2Parameters
impl Unpin for Bls12_377G2Parameters
impl UnwindSafe for Bls12_377G2Parameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more