Fp

Type Alias Fp 

Source
pub type Fp = Fp64<FpParams>;
Expand description

An optimized implementation of a 64-bit prime field with modulus 2^64 - 2^32 + 1

Aliased Type§

pub struct Fp(pub BigInt<1>);

Tuple Fields§

§0: BigInt<1>