ark_ff::fields::models::fp

Type Alias Fp512

Source
pub type Fp512<P> = Fp<P, 8>;

Aliased Type§

struct Fp512<P>(pub BigInt<8>, _);

Fields§

§0: BigInt<8>