Struct snarkvm_curves::bls12_377::Bls12_377G1Parameters
source · pub struct Bls12_377G1Parameters;
Trait Implementations
sourceimpl Clone for Bls12_377G1Parameters
impl Clone for Bls12_377G1Parameters
sourcefn clone(&self) -> Bls12_377G1Parameters
fn clone(&self) -> Bls12_377G1Parameters
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_377G1Parameters
impl Debug for Bls12_377G1Parameters
sourceimpl Hash for Bls12_377G1Parameters
impl Hash for Bls12_377G1Parameters
sourceimpl ModelParameters for Bls12_377G1Parameters
impl ModelParameters for Bls12_377G1Parameters
type BaseField = Fp384<FqParameters>
type ScalarField = Fp256<FrParameters>
sourceimpl PartialEq<Bls12_377G1Parameters> for Bls12_377G1Parameters
impl PartialEq<Bls12_377G1Parameters> for Bls12_377G1Parameters
sourcefn eq(&self, other: &Bls12_377G1Parameters) -> bool
fn eq(&self, other: &Bls12_377G1Parameters) -> bool
sourceimpl ShortWeierstrassParameters for Bls12_377G1Parameters
impl ShortWeierstrassParameters for Bls12_377G1Parameters
sourceconst AFFINE_GENERATOR_COEFFS: (Self::BaseField, Self::BaseField) = _
const AFFINE_GENERATOR_COEFFS: (Self::BaseField, Self::BaseField) = _
AFFINE_GENERATOR_COEFFS = (G1_GENERATOR_X, G1_GENERATOR_Y)
sourceconst COFACTOR: &'static [u64] = _
const COFACTOR: &'static [u64] = _
COFACTOR = (x - 1)^2 / 3 = 30631250834960419227450344600217059328
sourceconst COFACTOR_INV: Fr = _
const COFACTOR_INV: Fr = _
COFACTOR_INV = COFACTOR^{-1} mod r = 5285428838741532253824584287042945485047145357130994810877
sourceconst WEIERSTRASS_A: Fq = _
const WEIERSTRASS_A: Fq = _
WEIERSTRASS_A = 0
sourceconst WEIERSTRASS_B: Fq = _
const WEIERSTRASS_B: Fq = _
WEIERSTRASS_B = 1
const PHI: Fq = _
fn mul_by_a(_: &Self::BaseField) -> Self::BaseField
fn is_in_correct_subgroup_assuming_on_curve(p: &G1Affine) -> 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_377G1Parameters
impl Eq for Bls12_377G1Parameters
impl StructuralEq for Bls12_377G1Parameters
impl StructuralPartialEq for Bls12_377G1Parameters
Auto Trait Implementations
impl RefUnwindSafe for Bls12_377G1Parameters
impl Send for Bls12_377G1Parameters
impl Sync for Bls12_377G1Parameters
impl Unpin for Bls12_377G1Parameters
impl UnwindSafe for Bls12_377G1Parameters
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