Struct ark_bls12_381::FrParameters[][src]

pub struct FrParameters;

Trait Implementations

impl FftParameters for FrParameters[src]

type BigInt = BigInteger

impl Fp256Parameters for FrParameters[src]

impl FpParameters for FrParameters[src]

const MODULUS: BigInteger[src]

MODULUS = 52435875175126190479447740508185965837690552500527637822603658699938581184513

const R: BigInteger[src]

R = 10920338887063814464675503992315976177888879664585288394250266608035967270910

const GENERATOR: BigInteger[src]

GENERATOR = 7 Encoded in Montgomery form, so the value here is 7 * R % q = 24006497034320510773280787438025867407531605151569380937148207556313189711857

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>,