Modules§
- add_
no_ carry - big_
is_ equal - big_
is_ zero - big_
less_ than - carry_
mod - check_
carry_ mod_ to_ zero - check_
carry_ to_ zero - mul_
no_ carry - negative
- scalar_
mul_ and_ add_ no_ carry - scalar_
mul_ no_ carry - select
- select_
by_ indicator - sub
- sub_
no_ carry
Structs§
- CRTInteger
- FixedCRT
Integer - Fixed
Overflow Integer - Overflow
Integer - Proper
CrtUint - Safe wrapper for representing a BigUint as a
CRTInteger
whose underlying BigUint value is in[0, 2^t)
wheret = truncation.limbs.len() * limb_bits
. This struct guarantees that - Proper
Uint - Safe wrapper around a BigUint represented as a vector of limbs in little endian. The underlying BigUint is represented by sumi limbs[i] * 2limb_bits * i