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

#
#
# patch "bn_fast_s_mp_sqr.c"
#  from [eda475fe947ffc90906c7167eec15450c2209362]
#    to [b18e62eb12ffb8e8f4a434a237c2efa75b73fdc4]
#
============================================================
--- bn_fast_s_mp_sqr.c	eda475fe947ffc90906c7167eec15450c2209362
+++ bn_fast_s_mp_sqr.c	b18e62eb12ffb8e8f4a434a237c2efa75b73fdc4
@@ -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
  */

 /* the jist of squaring...
@@ -108,3 +108,7 @@ int fast_s_mp_sqr (mp_int * a, mp_int *
   return MP_OKAY;
 }
 #endif
+
+/* $Source: /cvs/libtom/libtommath/bn_fast_s_mp_sqr.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:44 $ */