The unified diff between revisions [2b4b13ac..] and [1c2b7d38..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'bn_mp_exptmod_fast.c'
# # # patch "bn_mp_exptmod_fast.c" # from [0c597499c614a4fc38dbf06574749138133f69b2] # to [5a692f134deeab0992612206c16f8bf970b5088c] # ============================================================ --- bn_mp_exptmod_fast.c 0c597499c614a4fc38dbf06574749138133f69b2 +++ bn_mp_exptmod_fast.c 5a692f134deeab0992612206c16f8bf970b5088c @@ -12,7 +12,7 @@ * The library is free for all purposes without any express * guarantee it works. * - * Tom St Denis, tomstdenis@iahu.ca, http://math.libtomcrypt.org + * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com */ /* computes Y == G**X mod P, HAC pp.616, Algorithm 14.85 @@ -315,3 +315,7 @@ LBL_M: } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_exptmod_fast.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */