Modules
Structs
Safe wrapper for representing a BigUint as a
CRTInteger
whose underlying BigUint value is in [0, 2^t)
where t = truncation.limbs.len() * limb_bits
. This struct guarantees thatSafe 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