Don

Data architect and software developer

Modular Exponentiation in C++

Learn modular arithmetic. Understanding fast modular exponentiation and how it works is key to understanding RSA encryption/decryption. I show the algorithm I used step by step and include a program for review.