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_expt_d.c'
# # # patch "bn_mp_expt_d.c" # from [b7adb8028ffe97d74f17a2c3e4ee85aa222ffe0f] # to [261f9a3fb03d75be6dfaa0d6001b39b292e08fd1] # ============================================================ --- bn_mp_expt_d.c b7adb8028ffe97d74f17a2c3e4ee85aa222ffe0f +++ bn_mp_expt_d.c 261f9a3fb03d75be6dfaa0d6001b39b292e08fd1 @@ -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 */ /* calculate c = a**b using a square-multiply algorithm */ @@ -51,3 +51,7 @@ int mp_expt_d (mp_int * a, mp_digit b, m return MP_OKAY; } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_expt_d.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */