Type Alias Fp

pub type Fp = Fp<MontBackend<FqConfig, 4>, 4>;

Aliased Type§

pub struct Fp(pub BigInt<4>);

Tuple Fields§

§0: BigInt<4>