Type Alias ark_ff::fields::models::fp::Fp384

source ·
pub type Fp384<P> = Fp<P, 6>;

Aliased Type§

struct Fp384<P>(pub BigInt<6>, _);

Fields§

§0: BigInt<6>