ark_ff::fields::models::fp

Type Alias Fp256

Source
pub type Fp256<P> = Fp<P, 4>;

Aliased Type§

struct Fp256<P>(pub BigInt<4>, _);

Fields§

§0: BigInt<4>