Type Alias Fp

Source
pub type Fp = Fp;
Expand description

Scalar field of the curve.

Aliased Type§

pub struct Fp(pub BigInt<4>);

Tuple Fields§

§0: BigInt<4>