Distraction: Modular Exponentiation
While reviewing modular exponentiation, I got bored and decided to write this program instead. I have not yet finished writing my bigInt calculator I started working on a while back, so, my program only works for numbers smaller than 2^64 bits.
Modular Exponentiation (1.3 KiB, 10 hits)
Related posts:
August 23rd, 2010 at 12:26 am
This was cool but I wish there were more of an explanation and not just code