Module ark_ff::biginteger
source · Modules
Structs
Traits
- This defines a
BigInteger
, a smart wrapper around a sequence ofu64
limbs, least-significant limb first.
Functions
- Compute the signed modulo operation on a u64 representation, returning the result. If n % modulus > modulus / 2, return modulus - n