pub type BigInt64Numeric = BigIntModularNumeric<8>;Expand description
64-bit modular arithmetic (mod 2^64) — matches u64 wrapping.
Aliased Type§
pub struct BigInt64Numeric;pub type BigInt64Numeric = BigIntModularNumeric<8>;64-bit modular arithmetic (mod 2^64) — matches u64 wrapping.
pub struct BigInt64Numeric;