Struct ark_mnt6_298::FrParameters[][src]

pub struct FrParameters;

Trait Implementations

impl FftParameters for FqParameters[src]

type BigInt = BigInteger320

pub const LARGE_SUBGROUP_ROOT_OF_UNITY: Option<BigInteger320>[src]

LARGE_SUBGROUP_ROOT_OF_UNITY = x * g where x = (n - 1) / 2^17 / 7^2 and represent this value in the Montgomery residue form. I.e., write 381811485921190977554243339163030148371175054922689353173385941180422489253833691237722982

  • R = 260534023778902228073198316993669317435810479439368306496187170459125001342456918103569322

impl Fp320Parameters for FqParameters[src]

impl FpParameters for FqParameters[src]

pub const MODULUS: BigInteger320[src]

MODULUS = 475922286169261325753349249653048451545124879242694725395555128576210262817955800483758081

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