X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/9083376e17ad5949beeb6dd7492a8b99b83c267f..b817bfc642225b8c3c0b6a7e42d1fb949b61a606:/bbs.h diff --git a/bbs.h b/bbs.h index 7217f65..7c9cbda 100644 --- a/bbs.h +++ b/bbs.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: bbs.h,v 1.5 2000/07/01 11:20:24 mdw Exp $ + * $Id: bbs.h,v 1.7 2004/04/08 01:36:15 mdw Exp $ * * The Blum-Blum-Shub random bit generator * @@ -27,27 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: bbs.h,v $ - * Revision 1.5 2000/07/01 11:20:24 mdw - * New functions for freeing public and private keys. Remove bad type name - * `bbs_param'. - * - * Revision 1.4 2000/06/17 10:45:48 mdw - * Minor changes for key fetching. Typesetting fixes. - * - * Revision 1.3 2000/02/12 18:21:02 mdw - * Overhaul of key management (again). - * - * Revision 1.2 1999/12/22 15:52:08 mdw - * Rename `bbs_params' to `bbs_param' for consistency. - * - * Revision 1.1 1999/12/10 23:14:59 mdw - * Blum-Blum-Shub generator, and Blum-Goldwasser encryption. - * - */ - /*----- Notes on the BBS generator ----------------------------------------* * * The Blum-Blum-Shub generator takes the least significant bits from the @@ -305,7 +284,7 @@ extern grand *bbs_rand(mp */*m*/, mp */*x*/); /* --- Blum-Blum-Shub-specific misc op codes --- */ enum { - BBS_SET = GRAND_SPECIFIC /* @mp *x@ */ + BBS_SET = GRAND_SPECIFIC('B') /* @mp *x@ */ }; /*----- That's all, folks -------------------------------------------------*/