use crate::fields::{fp3::Fp3Var, quadratic_extension::*}; use ark_ff::fields::{fp6_2over3::*, QuadExtParameters}; /// A sextic extension field constructed as the tower of a /// quadratic extension over a cubic extension field. /// This is the R1CS equivalent of `ark_ff::fp6_2over3::Fp6
`. pub type Fp6Var
= QuadExtVar >;
impl {
fn mul_base_field_var_by_frob_coeff(fe: &mut Fp3Var