diff options
Diffstat (limited to 'bn_s_mp_sub.c')
-rw-r--r-- | bn_s_mp_sub.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bn_s_mp_sub.c b/bn_s_mp_sub.c index 5b7aef9..f5949f5 100644 --- a/bn_s_mp_sub.c +++ b/bn_s_mp_sub.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 */ /* low level subtraction (assumes |a| > |b|), HAC pp.595 Algorithm 14.9 */ @@ -83,3 +83,7 @@ s_mp_sub (mp_int * a, mp_int * b, mp_int * c) } #endif + +/* $Source: /cvs/libtom/libtommath/bn_s_mp_sub.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */ |