Type Alias Fp

Source
pub type Fp = Fr;
Expand description

The native field we are working with.

Aliased Type§

pub struct Fp(pub BigInt<4>);

Tuple Fields§

§0: BigInt<4>