X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/2c41d51395b10a41a93015331e5c10f7174bac8c..1709c9a148391a5dea359b2f67ff5db733a597cd:/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 -------------------------------------------------*/