chiark / gitweb /
math/strongprime.c: Choose the smaller primes' sizes more carefully.
[catacomb] / math / strongprime.h
index 6f39f500030ce073883c674ca38c3ad1214ab2d8..90102362b4337a8f40131f5781fe185ee59417f1 100644 (file)
@@ -85,9 +85,6 @@ extern mp *strongprime_setup(const char */*name*/, mp */*d*/, pfilt */*f*/,
  *               * %$p - 1$% has a large prime factor %$r$%,
  *               * %$p + 1$% has a large prime factor %$s$%, and
  *               * %$r - 1$% has a large prime factor %$t$%.
- *
- *             The numbers produced may be slightly larger than requested,
- *             by a few bits.
  */
 
 extern mp *strongprime(const char */*name*/, mp */*d*/, unsigned /*nbits*/,