Module runtime_mod

Source
Expand description

Implements DynResidues, supporting modular arithmetic with a modulus set at runtime.

Structsยง

DynResidue
A residue represented using LIMBS limbs. The odd modulus of this residue is set at runtime.
DynResidueParams
The parameters to efficiently go to and from the Montgomery form for an odd modulus provided at runtime.