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_add.c'
# # # patch "bn_mp_add.c" # from [0cc7225dceeea5eb317eb215e4417ee0f23dd4ae] # to [f2289f13117e9016d82afcd94c2ab991a1e57802] # ============================================================ --- bn_mp_add.c 0cc7225dceeea5eb317eb215e4417ee0f23dd4ae +++ bn_mp_add.c f2289f13117e9016d82afcd94c2ab991a1e57802 @@ -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 */ /* high level addition (handles signs) */ @@ -47,3 +47,7 @@ int mp_add (mp_int * a, mp_int * b, mp_i } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_add.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */