Discrete exponential function: Difference between revisions

Content deleted Content added
No edit summary
Line 14:
*[[Diffie-Hellman key exchange]]
*[[ElGamal encryption]]
 
==C++ Program==
Here is a C++ program for the iterative version of the discrete exponential function, which is more efficient than the recursive version.