Modular

IntModAdd

IntModAdd Description Compute (a + b) mod modulus.

Read More

IntModDiv

IntModDiv Description Compute modular division a / b (mod modulus).

Read More

IntModInv

IntModInv Description Compute the multiplicative inverse of a value modulo modulus.

Read More

IntModMul

IntModMul Description Compute (a * b) mod modulus.

Read More

IntModSqrt

IntModSqrt Description Compute a modular square root.

Read More

IntModSub

IntModSub Description Compute (a - b) mod modulus.

Read More

IntPowMod

IntPowMod Description Generic modular exponentiation convenience macro.

Read More

IntSquareMod

IntSquareMod Description Compute (value^2) mod modulus.

Read More