Module crypto_bigint::modular::runtime_mod
source · Expand description
Implements DynResidue
s, supporting modular arithmetic with a modulus set at runtime.
Structs
- A residue represented using
LIMBS
limbs. The odd modulus of this residue is set at runtime. - The parameters to efficiently go to and from the Montgomery form for an odd modulus provided at runtime.