X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/898a4e2555438ff8adb08b4d82690d08715e1048..b817bfc642225b8c3c0b6a7e42d1fb949b61a606:/pgen-safe.c diff --git a/pgen-safe.c b/pgen-safe.c index 03ba35a..115f7b4 100644 --- a/pgen-safe.c +++ b/pgen-safe.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: pgen-safe.c,v 1.4 2000/07/03 18:09:27 mdw Exp $ + * $Id: pgen-safe.c,v 1.5 2004/04/08 01:36:15 mdw Exp $ * * Safe prime generation * @@ -27,24 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: pgen-safe.c,v $ - * Revision 1.4 2000/07/03 18:09:27 mdw - * Bug fix to the GCD check. With any luck, this is the last of these to - * need nailing to the wall. - * - * Revision 1.3 2000/06/17 11:52:36 mdw - * Signal a pgen abort if the jump and base share a common factor. - * - * Revision 1.2 2000/02/12 18:21:03 mdw - * Overhaul of key management (again). - * - * Revision 1.1 1999/12/22 16:01:34 mdw - * Find `safe' primes (i.e., %$p = 2q + 1$%). - * - */ - /*----- Header files ------------------------------------------------------*/ #include "mp.h"