Modules§
Structs§
- 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 - 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