Modules§
Structs§
Traits§
- BigInteger
- This defines a
BigInteger, a smart wrapper around a sequence ofu64limbs, least-significant limb first.
Functions§
- signed_
mod_ reduction - Compute the signed modulo operation on a u64 representation, returning the result. If n % modulus > modulus / 2, return modulus - n