Struct snarkvm_curves::bw6_761::Bls12_377G2Parameters [−][src]
pub struct Bls12_377G2Parameters;
Trait Implementations
Returns the “default value” for a type. Read more
type ScalarField = Fr
AFFINE_GENERATOR_COEFFS = (G2_GENERATOR_X, G2_GENERATOR_Y)
COFACTOR = 26642435879335816683987677701488073867751118270052650655942102502312977592501693353047140953112195348280268661194869
COFACTOR^(-1) mod r = 214911522365886453591244899095480747723790054550866810551297776298664428889000553861210287833206024638187939842124
fn empirical_recommended_wnaf_for_scalar(
scalar: <Self::ScalarField as PrimeField>::BigInteger
) -> usize
[src]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
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V