X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/898a4e2555438ff8adb08b4d82690d08715e1048..b817bfc642225b8c3c0b6a7e42d1fb949b61a606:/dsarand.c diff --git a/dsarand.c b/dsarand.c index 4f12b98..ccb2c46 100644 --- a/dsarand.c +++ b/dsarand.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: dsarand.c,v 1.3 2001/02/03 16:08:56 mdw Exp $ + * $Id: dsarand.c,v 1.4 2004/04/08 01:36:15 mdw Exp $ * * Random number generator for DSA * @@ -27,21 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: dsarand.c,v $ - * Revision 1.3 2001/02/03 16:08:56 mdw - * Give generic random objects separate namespaces for their supported misc - * ops. Add operations for reading the current seed value. - * - * Revision 1.2 2000/06/17 10:54:00 mdw - * Typesetting fixes. Arena support. - * - * Revision 1.1 1999/12/22 15:53:12 mdw - * Random number generator for finding DSA parameters. - * - */ - /*----- Header files ------------------------------------------------------*/ #include