Type Alias ark_ff::biginteger::BigInteger128

source ·
pub type BigInteger128 = BigInt<2>;

Aliased Type§

struct BigInteger128(pub [u64; 2]);

Fields§

§0: [u64; 2]