Struct ark_ff::fields::models::fp2::Fp2ParamsWrapper[][src]

pub struct Fp2ParamsWrapper<P: Fp2Parameters>(_);

Trait Implementations

impl<P: Fp2Parameters> QuadExtParameters for Fp2ParamsWrapper<P>[src]

type BasePrimeField = P::Fp

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

type BaseField = P::Fp

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

type FrobCoeff = P::Fp

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

Auto Trait Implementations

impl<P> Send for Fp2ParamsWrapper<P>

impl<P> Sync for Fp2ParamsWrapper<P>

impl<P> Unpin for Fp2ParamsWrapper<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>,