diff options
Diffstat (limited to 'libtommath/etc/mersenne.c')
-rw-r--r-- | libtommath/etc/mersenne.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/etc/mersenne.c b/libtommath/etc/mersenne.c index 939616f..e4891c8 100644 --- a/libtommath/etc/mersenne.c +++ b/libtommath/etc/mersenne.c @@ -1,6 +1,6 @@ /* Finds Mersenne primes using the Lucas-Lehmer test * - * Tom St Denis, tomstdenis@iahu.ca + * Tom St Denis, tomstdenis@gmail.com */ #include <time.h> #include <tommath.h> @@ -140,5 +140,5 @@ main (void) } /* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/mersenne.c,v $ */ -/* $Revision: 1.1.1.2 $ */ -/* $Date: 2005/09/26 16:32:16 $ */ +/* $Revision: 1.1.1.3 $ */ +/* $Date: 2006/12/01 00:08:28 $ */ |