Crate simple_uint
source · [−]Expand description
Efficient large, fixed-size big integers and hashes.
Macros
Unroll the given for loop
Functions
Calculate a + b + carry, returning the sum and modifying the carry value.
Calculate a + carry, returning the sum and modifying the carry value.
Calculate a + (b * c) + carry, returning the least significant digit and setting carry to the most significant digit.
Calculate a - b - borrow, returning the result and modifying the borrow value.