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_cmp_mag.c'
# # # patch "bn_mp_cmp_mag.c" # from [a0698d9635cf3832841c8cc50639af3caa3d02c4] # to [b86add5ee03e1e98f3d2050b7a2226835e8e9f63] # ============================================================ --- bn_mp_cmp_mag.c a0698d9635cf3832841c8cc50639af3caa3d02c4 +++ bn_mp_cmp_mag.c b86add5ee03e1e98f3d2050b7a2226835e8e9f63 @@ -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 */ /* compare maginitude of two ints (unsigned) */ @@ -49,3 +49,7 @@ int mp_cmp_mag (mp_int * a, mp_int * b) return MP_EQ; } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_cmp_mag.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */