summaryrefslogtreecommitdiffhomepage
path: root/libtommath/etc/pprime.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/etc/pprime.c')
-rw-r--r--libtommath/etc/pprime.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/libtommath/etc/pprime.c b/libtommath/etc/pprime.c
index 26e0d84..317e2a0 100644
--- a/libtommath/etc/pprime.c
+++ b/libtommath/etc/pprime.c
@@ -1,8 +1,8 @@
/* Generates provable primes
*
- * See http://iahu.ca:8080/papers/pp.pdf for more info.
+ * See http://gmail.com:8080/papers/pp.pdf for more info.
*
- * Tom St Denis, tomstdenis@iahu.ca, http://tom.iahu.ca
+ * Tom St Denis, tomstdenis@gmail.com, http://tom.gmail.com
*/
#include <time.h>
#include "tommath.h"
@@ -394,3 +394,7 @@ main (void)
return 0;
}
+
+/* $Source: /cvs/libtom/libtommath/etc/pprime.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:47 $ */