Module uint

Source
Expand description

Big unsigned integer types

Implementation of a various large-but-fixed sized unsigned integer types. The functions here are designed to be fast.

Structs§

Uint256
Little-endian large integer type
Uint512
Little-endian large integer type

Traits§

BitArray
A trait which allows numbers to act as fixed-size bit arrays