Struct ark_ff::fields::models::fp4::Fp4ParamsWrapper[][src]

pub struct Fp4ParamsWrapper<P: Fp4Parameters>(_);

Trait Implementations

impl<P: Fp4Parameters> QuadExtParameters for Fp4ParamsWrapper<P>[src]

type BasePrimeField = <P::Fp2Params as Fp2Parameters>::Fp

The prime field that this quadratic extension is eventually an extension of.

type BaseField = Fp2<P::Fp2Params>

The base field that this field is a quadratic extension of.

type FrobCoeff = Self::BasePrimeField

The type of the coefficients for an efficient implemntation of the Frobenius endomorphism. Read more

Auto Trait Implementations

impl<P> Send for Fp4ParamsWrapper<P>

impl<P> Sync for Fp4ParamsWrapper<P>

impl<P> Unpin for Fp4ParamsWrapper<P> where
    P: Unpin

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