summaryrefslogtreecommitdiffhomepage
path: root/bn_mp_shrink.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-01-11 03:11:15 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-01-11 03:11:15 +0000
commitea8cd283ebeebea68515abc40b7c5deadf0aa9c1 (patch)
tree6098d235b1fe34926c10f3c1b28b0e79252aee26 /bn_mp_shrink.c
parent1c5fda515f96c27d4e3b732d887f418453f1cb14 (diff)
Update to LibTomMath 0.40
--HG-- branch : libtommath-orig extra : convert_revision : 1c2b7d389d0682caf980235dad97493e3206389c
Diffstat (limited to 'bn_mp_shrink.c')
-rw-r--r--bn_mp_shrink.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/bn_mp_shrink.c b/bn_mp_shrink.c
index b31f9d2..e676068 100644
--- a/bn_mp_shrink.c
+++ b/bn_mp_shrink.c
@@ -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
*/
/* shrink a bignum */
@@ -29,3 +29,7 @@ int mp_shrink (mp_int * a)
return MP_OKAY;
}
#endif
+
+/* $Source: /cvs/libtom/libtommath/bn_mp_shrink.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:44 $ */