Type Definition ark_ff::fields::models::fp6_2over3::Fp6[][src]

type Fp6<P> = QuadExtField<Fp6ParamsWrapper<P>>;

Implementations

impl<P: Fp6Parameters> Fp6<P>[src]

pub fn mul_by_034(
    &mut self,
    c0: &<P::Fp3Params as Fp3Parameters>::Fp,
    c3: &<P::Fp3Params as Fp3Parameters>::Fp,
    c4: &<P::Fp3Params as Fp3Parameters>::Fp
)
[src]

pub fn mul_by_014(
    &mut self,
    c0: &<P::Fp3Params as Fp3Parameters>::Fp,
    c1: &<P::Fp3Params as Fp3Parameters>::Fp,
    c4: &<P::Fp3Params as Fp3Parameters>::Fp
)
[src]