Type Definition ark_ff::fields::models::fp2::Fp2[][src]

type Fp2<P> = QuadExtField<Fp2ParamsWrapper<P>>;

Implementations

impl<P: Fp2Parameters> Fp2<P>[src]

pub fn mul_assign_by_fp(&mut self, other: &P::Fp)[src]