Module uint

Source
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.

Type Aliases§

Uint256
A 256-bit unsigned integer
Uint512
A 512-bit unsigned integer