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

#
#
# patch "bn_fast_mp_invmod.c"
#  from [4d3634c512613a6a57a72c5664058c4a47e9a960]
#    to [15975e4e1d66aeae5d3bf1a337139813bd97dc64]
#
============================================================
--- bn_fast_mp_invmod.c	4d3634c512613a6a57a72c5664058c4a47e9a960
+++ bn_fast_mp_invmod.c	15975e4e1d66aeae5d3bf1a337139813bd97dc64
@@ -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 the modular inverse via binary extended euclidean algorithm,
@@ -142,3 +142,7 @@ LBL_ERR:mp_clear_multi (&x, &y, &u, &v,
   return res;
 }
 #endif
+
+/* $Source: /cvs/libtom/libtommath/bn_fast_mp_invmod.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:44 $ */