Type Alias Fq

Source
pub type Fq = Fq;
Expand description

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

Aliased Type§

pub struct Fq(pub BigInt<4>);

Tuple Fields§

§0: BigInt<4>