Struct snarkvm_curves::bw6_761::g1::BW6_761G1Parameters [−][src]
pub struct BW6_761G1Parameters;
Trait Implementations
Returns the “default value” for a type. Read more
type ScalarField = Fr
AFFINE_GENERATOR_COEFFS = (G1_GENERATOR_X, G1_GENERATOR_Y)
COFACTOR = 26642435879335816683987677701488073867751118270052650655942102502312977592501693353047140953112195348280268661194876
COFACTOR^(-1) mod r = 91141326767669940707819291241958318717982251277713150053234367522357946997763584490607453720072232540829942217804
fn empirical_recommended_wnaf_for_scalar(
scalar: <Self::ScalarField as PrimeField>::BigInteger
) -> usize
Auto Trait Implementations
impl RefUnwindSafe for BW6_761G1Parameters
impl Send for BW6_761G1Parameters
impl Sync for BW6_761G1Parameters
impl Unpin for BW6_761G1Parameters
impl UnwindSafe for BW6_761G1Parameters
Blanket Implementations
Mutably borrows from an owned value. Read more