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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast-Modular-Exponentiation

Different implementations to calculate the Fast Modular Exponentiation using:

  • Right-to-Left Binary Modular Exponentiation.
  • Left-to-Right Binary Modular Exponentiation.
  • CRT.
  • CRT Parallelized.

image

output

About

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


Languages

Language:Jupyter Notebook 100.0%