Module ark_r1cs_std::fields::fp4

source ·
Expand description

This module contains a generic implementation of the degree-4 tower extension field. That is, it implements the R1CS equivalent of ark_ff::Fp4

Type Definitions

A quartic extension field constructed as the tower of a quadratic extension over a quadratic extension field. This is the R1CS equivalent of ark_ff::Fp4<P>.