Don Page

I enjoy growing software and experiencing life.

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.