Type Alias ark_ff::biginteger::BigInteger64

source ·
pub type BigInteger64 = BigInt<1>;

Aliased Type§

struct BigInteger64(pub [u64; 1]);

Fields§

§0: [u64; 1]