Type Definition ark_ff::fields::models::fp4::Fp4[][src]

type Fp4<P> = QuadExtField<Fp4ParamsWrapper<P>>;

Implementations

impl<P: Fp4Parameters> Fp4<P>[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]