The unified diff between revisions [40ab3795..] and [66d004ad..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'bn_mp_div_2.c'

#
#
# patch "bn_mp_div_2.c"
#  from [e57a17c6b78085f9e5eef4df072218919a1888b6]
#    to [d584eb2131c23d44f7d8a1c58fe0330520742961]
#
============================================================
--- bn_mp_div_2.c	e57a17c6b78085f9e5eef4df072218919a1888b6
+++ bn_mp_div_2.c	d584eb2131c23d44f7d8a1c58fe0330520742961
@@ -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
  */

 /* b = a/2 */
@@ -62,3 +62,7 @@ int mp_div_2(mp_int * a, mp_int * b)
   return MP_OKAY;
 }
 #endif
+
+/* $Source: /cvs/libtom/libtommath/bn_mp_div_2.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:44 $ */