Skip to main content

BigInt64Numeric

Type Alias BigInt64Numeric 

Source
pub type BigInt64Numeric = BigIntModularNumeric<8>;
Expand description

64-bit modular arithmetic (mod 2^64) — matches u64 wrapping.

Aliased Type§

pub struct BigInt64Numeric;