Type Alias ark_ff::fields::models::fp::Fp512

source ·
pub type Fp512<P> = Fp<P, 8>;

Aliased Type§

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

Fields§

§0: BigInt<8>