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_div_3.c'
# # # patch "bn_mp_div_3.c" # from [1d32a597de97e1ae46dc5b399c9dc9f6a2068475] # to [d96605d29c8e0bd8edbd72120db01e97138b71b4] # ============================================================ --- bn_mp_div_3.c 1d32a597de97e1ae46dc5b399c9dc9f6a2068475 +++ bn_mp_div_3.c d96605d29c8e0bd8edbd72120db01e97138b71b4 @@ -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 */ /* divide by three (based on routine from MPI and the GMP manual) */ @@ -73,3 +73,7 @@ mp_div_3 (mp_int * a, mp_int *c, mp_digi } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_div_3.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */