pub type Fq = Fq;
The base field of the curve Used to encode the polynomial commitments
struct Fq(pub BigInt<4>);
0: BigInt<4>