Type Alias ark_ff::biginteger::BigInteger256

source ·
pub type BigInteger256 = BigInt<4>;

Aliased Type§

struct BigInteger256(pub [u64; 4]);

Fields§

§0: [u64; 4]