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

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

Implementations

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

pub fn mul_assign_by_fp2(&mut self, other: Fp2<P::Fp2Params>)[src]

pub fn mul_by_fp(&mut self, element: &<P::Fp2Params as Fp2Parameters>::Fp)[src]

pub fn mul_by_fp2(&mut self, element: &Fp2<P::Fp2Params>)[src]

pub fn mul_by_1(&mut self, c1: &Fp2<P::Fp2Params>)[src]

pub fn mul_by_01(&mut self, c0: &Fp2<P::Fp2Params>, c1: &Fp2<P::Fp2Params>)[src]