Module biguint

Source

Re-exportsยง

pub use self::iter::U32Digits;
pub use self::iter::U64Digits;

Modulesยง

addition ๐Ÿ”’
bits ๐Ÿ”’
convert ๐Ÿ”’
division ๐Ÿ”’
iter ๐Ÿ”’
monty ๐Ÿ”’
multiplication ๐Ÿ”’
power ๐Ÿ”’
shift ๐Ÿ”’
subtraction ๐Ÿ”’

Structsยง

BigUint
A big unsigned integer type.

Traitsยง

IntDigits ๐Ÿ”’
ToBigUint
A generic trait for converting a value to a BigUint.

Functionsยง

biguint_from_vec ๐Ÿ”’
Creates and initializes a BigUint.
cmp_slice ๐Ÿ”’
fixpoint ๐Ÿ”’
u32_chunk_to_u64 ๐Ÿ”’
Convert a u32 chunk (len is either 1 or 2) to a single u64 digit