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_2expt.c'

#
#
# patch "bn_mp_2expt.c"
#  from [c0a974c10b34a7d5fa7e677ae3d1293a4e290138]
#    to [d02950375b877315d7b9f4c96acddcdd7cea623d]
#
============================================================
--- bn_mp_2expt.c	c0a974c10b34a7d5fa7e677ae3d1293a4e290138
+++ bn_mp_2expt.c	d02950375b877315d7b9f4c96acddcdd7cea623d
@@ -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
  */

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