Type Definition ark_r1cs_std::fields::fp3::Fp3Var

source ·
pub type Fp3Var<P> = CubicExtVar<FpVar<<P as Fp3Config>::Fp>, Fp3ConfigWrapper<P>>;
Expand description

A cubic extension field constructed over a prime field. This is the R1CS equivalent of ark_ff::Fp3<P>.