Type Alias Fq

Source
pub type Fq = Fq;
Expand description

The base field of the curve Used to encode the polynomial commitments

Aliased Type§

struct Fq(pub BigInt<4>);

Fields§

§0: BigInt<4>