Expand description
Module for creating large integers and performing basic arithmetic
Structs§
- Uint
- A structure that represents large integers and provides basic arithmetic.
It accepts a const generic
N
which controls the number of u64s used to represent the number.