ark_ff::fields::models::fp

Type Alias Fp192

Source
pub type Fp192<P> = Fp<P, 3>;

Aliased Type§

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

Fields§

§0: BigInt<3>