Type Alias Fp

Source
pub type Fp = Fp;
Expand description

Scalar field of the curve.

Aliased Type§

struct Fp(pub BigInt<4>);

Fields§

§0: BigInt<4>