Type Definition ark_r1cs_std::fields::fp6_2over3::Fp6Var

source ·
pub type Fp6Var<P> = QuadExtVar<Fp3Var<<P as Fp6Config>::Fp3Config>, Fp6ConfigWrapper<P>>;
Expand description

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<P>.