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_clamp.c'
# # # patch "bn_mp_clamp.c" # from [7c26a55902cadb40f234df0f174b750102b05122] # to [89152494cc2db2aeb0950d4f97a46d69d51d0fbd] # ============================================================ --- bn_mp_clamp.c 7c26a55902cadb40f234df0f174b750102b05122 +++ bn_mp_clamp.c 89152494cc2db2aeb0950d4f97a46d69d51d0fbd @@ -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 */ /* trim unused digits @@ -38,3 +38,7 @@ mp_clamp (mp_int * a) } } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_clamp.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */