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_exch.c'
# # # patch "bn_mp_exch.c" # from [acfc6896a26538be3832eba6ff1d4d17a0b2fae2] # to [7f77882503c78291246802dfdc5951e85b83e5dc] # ============================================================ --- bn_mp_exch.c acfc6896a26538be3832eba6ff1d4d17a0b2fae2 +++ bn_mp_exch.c 7f77882503c78291246802dfdc5951e85b83e5dc @@ -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 */ /* swap the elements of two integers, for cases where you can't simply swap the @@ -28,3 +28,7 @@ mp_exch (mp_int * a, mp_int * b) *b = t; } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_exch.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */