Type Alias ark_ff::fields::models::fp::Fp64

source ·
pub type Fp64<P> = Fp<P, 1>;

Aliased Type§

struct Fp64<P>(pub BigInt<1>, _);

Fields§

§0: BigInt<1>