X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/5d4a6be97b760e5340a5def64cfd44af6f4150d2..d34decd2b2b88240cf4ca68a2a5feb7bf36de6e7:/dsarand.h diff --git a/dsarand.h b/dsarand.h index 553efb1..131d31b 100644 --- a/dsarand.h +++ b/dsarand.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: dsarand.h,v 1.1 1999/12/22 15:53:12 mdw Exp $ + * $Id: dsarand.h,v 1.2 2000/06/17 10:54:14 mdw Exp $ * * Random number generator for DSA * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: dsarand.h,v $ + * Revision 1.2 2000/06/17 10:54:14 mdw + * Typesetting fixes. + * * Revision 1.1 1999/12/22 15:53:12 mdw * Random number generator for finding DSA parameters. * @@ -113,7 +116,7 @@ extern void dsarand_destroy(dsarand */*d*/); * * Let %$p$% be the numerical value of the input buffer, and let * %$b$% be the number of bytes required. Let - * %$z = \lceil b / 20 \rceil%$ be the number of SHA outputs + * %$z = \lceil b / 20 \rceil$% be the number of SHA outputs * required. Then the output of pass %$n$% is * * %$P_n = \sum_{0 \le i < z} 2^{160i} SHA(p + nz + i)$%