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_fast_mp_montgomery_reduce.c'
# # # patch "bn_fast_mp_montgomery_reduce.c" # from [78d8d5998865b41471663c55715fb1dd6752cee7] # to [4c83769796abded7a48eeceb017835692128d5fd] # ============================================================ --- bn_fast_mp_montgomery_reduce.c 78d8d5998865b41471663c55715fb1dd6752cee7 +++ bn_fast_mp_montgomery_reduce.c 4c83769796abded7a48eeceb017835692128d5fd @@ -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 xR**-1 == x (mod N) via Montgomery Reduction @@ -166,3 +166,7 @@ int fast_mp_montgomery_reduce (mp_int * return MP_OKAY; } #endif + +/* $Source: /cvs/libtom/libtommath/bn_fast_mp_montgomery_reduce.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */