Type Definition Fp2
Other items inark_ff::fields::models::fp2
type Fp2<P> = QuadExtField<Fp2ParamsWrapper<P>>;
impl<P: Fp2Parameters> Fp2<P>
pub fn mul_assign_by_fp(&mut self, other: &P::Fp)