Type Alias ark_ff::fields::models::fp::Fp192

source ·
pub type Fp192<P> = Fp<P, 3>;

Aliased Type§

struct Fp192<P>(pub BigInt<3>, _);

Fields§

§0: BigInt<3>