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_and.c'
# # # patch "bn_mp_and.c" # from [74d28d927a0271c274f0ff8195651d793c2307a1] # to [f9d823300dfb664349710a9bfad2be4bdfc76b04] # ============================================================ --- bn_mp_and.c 74d28d927a0271c274f0ff8195651d793c2307a1 +++ bn_mp_and.c f9d823300dfb664349710a9bfad2be4bdfc76b04 @@ -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 */ /* AND two ints together */ @@ -51,3 +51,7 @@ mp_and (mp_int * a, mp_int * b, mp_int * return MP_OKAY; } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_and.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */