X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/9083376e17ad5949beeb6dd7492a8b99b83c267f..1589affab225db500965e2cb869c534d6860e6bd:/bbs.h diff --git a/bbs.h b/bbs.h index 7217f65..b83b87f 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.6 2001/02/03 16:07:33 mdw Exp $ * * The Blum-Blum-Shub random bit generator * @@ -30,6 +30,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: bbs.h,v $ + * Revision 1.6 2001/02/03 16:07:33 mdw + * Give generic random objects separate namespaces for their supported misc + * ops. + * * Revision 1.5 2000/07/01 11:20:24 mdw * New functions for freeing public and private keys. Remove bad type name * `bbs_param'. @@ -305,7 +309,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 -------------------------------------------------*/