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_dr_is_modulus.c'
# # # patch "bn_mp_dr_is_modulus.c" # from [66009ac52e299147a27b8562fcaeef9ff806b8f0] # to [94797f18971c49db29fe3a5068525e903386896e] # ============================================================ --- bn_mp_dr_is_modulus.c 66009ac52e299147a27b8562fcaeef9ff806b8f0 +++ bn_mp_dr_is_modulus.c 94797f18971c49db29fe3a5068525e903386896e @@ -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 */ /* determines if a number is a valid DR modulus */ @@ -37,3 +37,7 @@ int mp_dr_is_modulus(mp_int *a) } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_dr_is_modulus.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */