Type Alias ark_ff::fields::models::fp::Fp320

source ·
pub type Fp320<P> = Fp<P, 5>;

Aliased Type§

struct Fp320<P>(pub BigInt<5>, _);

Fields§

§0: BigInt<5>