Module uint

Module uint 

Source
Expand description

This module contains the Uint unsigned big integer used for cryptographic applications, altogether with its exact implementations U64 for 64 bits, U128 for 128 bits, and so on.

Structs§

Uint
Stack-allocated big unsigned integer.
WideUint
Integer that uses twice more limbs than Uint for the same N parameter.

Functions§

from_str_hex
Parse a number from a hex string.
from_str_radix
Parse a number from a string in a given radix.

Type Aliases§

U64
Unsigned integer with 64 bits size.
U128
Unsigned integer with 128 bits size.
U192
Unsigned integer with 192 bits size.
U256
Unsigned integer with 256 bits size.
U384
Unsigned integer with 384 bits size.
U448
Unsigned integer with 448 bits size.
U512
Unsigned integer with 512 bits size.
U576
Unsigned integer with 576 bits size.
U640
Unsigned integer with 640 bits size.
U704
Unsigned integer with 704 bits size.
U768
Unsigned integer with 768 bits size.
U832
Unsigned integer with 832 bits size.