ark_ff::fields::models::fp

Type Alias Fp128

Source
pub type Fp128<P> = Fp<P, 2>;

Aliased Type§

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

Fields§

§0: BigInt<2>