X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/898a4e2555438ff8adb08b4d82690d08715e1048..b817bfc642225b8c3c0b6a7e42d1fb949b61a606:/dsa-gen.c diff --git a/dsa-gen.c b/dsa-gen.c index cd475bc..482d240 100644 --- a/dsa-gen.c +++ b/dsa-gen.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: dsa-gen.c,v 1.9 2001/02/03 16:09:29 mdw Exp $ + * $Id: dsa-gen.c,v 1.10 2004/04/08 01:36:15 mdw Exp $ * * Generate DSA shared parameters * @@ -27,40 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: dsa-gen.c,v $ - * Revision 1.9 2001/02/03 16:09:29 mdw - * Allow the caller to fetch the parameter generation seed and counter. - * - * Revision 1.8 2000/10/08 12:12:47 mdw - * Use @MP_EQ@ instead of @MP_CMP@. Remove vestages of @primorial@. - * - * Revision 1.7 2000/08/15 21:45:05 mdw - * Use the new trial division equipment in pfilt. This gives a 10% - * performance improvement in dsa-gen.t. - * - * Revision 1.6 2000/07/29 10:00:14 mdw - * Rename `dsa_seed' to `dsa_gen' for consistency with other parameter- - * generation interfaces. - * - * Revision 1.5 2000/02/12 18:21:02 mdw - * Overhaul of key management (again). - * - * Revision 1.4 1999/12/22 15:52:44 mdw - * Reworking for new prime-search system. - * - * Revision 1.3 1999/12/10 23:18:38 mdw - * Change interface for suggested destinations. - * - * Revision 1.2 1999/11/20 22:23:48 mdw - * Allow event handler to abort the search process. - * - * Revision 1.1 1999/11/19 19:28:00 mdw - * Implementation of the Digital Signature Algorithm. - * - */ - /*----- Header files ------------------------------------------------------*/ #include