ark_ff::fields::models::fp

Type Alias Fp64

Source
pub type Fp64<P> = Fp<P, 1>;

Aliased Type§

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

Fields§

§0: BigInt<1>