Type Alias ark_ff::fields::models::fp::Fp128

source ·
pub type Fp128<P> = Fp<P, 2>;

Aliased Type§

struct Fp128<P>(pub BigInt<2>, _);

Fields§

§0: BigInt<2>