diff options
Diffstat (limited to 'bn_mp_grow.c')
-rw-r--r-- | bn_mp_grow.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bn_mp_grow.c b/bn_mp_grow.c index 12a78a8..2d50058 100644 --- a/bn_mp_grow.c +++ b/bn_mp_grow.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 */ /* grow as required */ @@ -51,3 +51,7 @@ int mp_grow (mp_int * a, int size) return MP_OKAY; } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_grow.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */ |