Module big

Source
Expand description

Integers used for wide operations, larger than u128.

Macros§

impl_common 🔒

Structs§

i256
A 256-bit signed integer represented as two 128-bit native-endian limbs.
u256
A 256-bit unsigned integer represented as two 128-bit native-endian limbs.

Constants§

U128_LO_MASK 🔒