Type Alias ark_ff::fields::models::fp::Fp256

source ·
pub type Fp256<P> = Fp<P, 4>;

Aliased Type§

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

Fields§

§0: BigInt<4>