Type Alias ark_ff::fields::models::fp::Fp640

source ·
pub type Fp640<P> = Fp<P, 10>;

Aliased Type§

struct Fp640<P>(pub BigInt<10>, _);

Fields§

§0: BigInt<10>