Different implementations to calculate the Fast Modular Exponentiation: Right-to-Left Binary Modular Exponentiation, Left-to-Right Binary Modular Exponentiation, CRT, CRT Parallelized.
-
Updated
Dec 31, 2021 - Jupyter Notebook
Different implementations to calculate the Fast Modular Exponentiation: Right-to-Left Binary Modular Exponentiation, Left-to-Right Binary Modular Exponentiation, CRT, CRT Parallelized.
This C# program efficiently calculates "a^b mod n" using fast modular exponentiation algorithm. Ideal for cryptography and large number computations.
Add a description, image, and links to the fast-modular-exponentiation topic page so that developers can more easily learn about it.
To associate your repository with the fast-modular-exponentiation topic, visit your repo's landing page and select "manage topics."