Struct ark_bls12_377::FqParameters[][src]

pub struct FqParameters;

Trait Implementations

impl FftParameters for FqParameters[src]

type BigInt = BigInteger

impl Fp384Parameters for FqParameters[src]

impl FpParameters for FqParameters[src]

const MODULUS: BigInteger[src]

MODULUS = 258664426012969094010652733694893533536393512754914660539884262666720468348340822774968888139573360124440321458177

const R: BigInteger[src]

R = 85013442423176922659824578519796707547925331718418265885885478904210582549405549618995257669764901891699128663912

const GENERATOR: BigInteger[src]

GENERATOR = -5 Encoded in Montgomery form, so the value here is (-5 * R) % q = 92261639910053574722182574790803529333160366917737991650341130812388023949653897454961487930322210790384999596794

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,