fast-modular-exponentiation

There are 2 repositories under fast-modular-exponentiation topic.

  • Mostafa-wael/Fast-Modular-Exponentiation

    Different implementations to calculate the Fast Modular Exponentiation: Right-to-Left Binary Modular Exponentiation, Left-to-Right Binary Modular Exponentiation, CRT, CRT Parallelized.

    Language:Jupyter Notebook310
  • lukegor/FastModularExponentiation

    This C# program efficiently calculates "a^b mod  n" using fast modular exponentiation algorithm. Ideal for cryptography and large number computations.

    Language:C#1100