From ea8cd283ebeebea68515abc40b7c5deadf0aa9c1 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 11 Jan 2007 03:11:15 +0000 Subject: Update to LibTomMath 0.40 --HG-- branch : libtommath-orig extra : convert_revision : 1c2b7d389d0682caf980235dad97493e3206389c --- bn_mp_mod_2d.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bn_mp_mod_2d.c') diff --git a/bn_mp_mod_2d.c b/bn_mp_mod_2d.c index 589e4ba..461b1b2 100644 --- a/bn_mp_mod_2d.c +++ b/bn_mp_mod_2d.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 */ /* calc a value mod 2**b */ @@ -49,3 +49,7 @@ mp_mod_2d (mp_int * a, int b, mp_int * c) return MP_OKAY; } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_mod_2d.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */ -- cgit v1.2.3