Expand description
This module contains a generic implementation of quadratic extension field
variables. That is, it implements the R1CS equivalent of
ark_ff::QuadExtField
.
Structs§
- Quad
ExtVar - This struct is the
R1CS
equivalent of the quadratic extension field type inark-ff
, i.e.ark_ff::QuadExtField
.
Traits§
- Quad
ExtVar Config - This trait describes parameters that are used to implement arithmetic for
QuadExtVar
.