pub type Fp = Fp64<FpParams>;
An optimized implementation of a 64-bit prime field with modulus 2^64 - 2^32 + 1
2^64 - 2^32 + 1
pub struct Fp(pub BigInt<1>);
0: BigInt<1>