summaryrefslogtreecommitdiff
path: root/cipher/primegen.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-08-29 11:09:26 +0000
committerWerner Koch <wk@gnupg.org>2008-08-29 11:09:26 +0000
commit78a1f612bf65d3c1a445c43b456cb28e98a3a6ea (patch)
treef491a0c08ebd7ddb2de9ebb5736893bcce56bdb3 /cipher/primegen.c
parent0f019fc357316cd1dca3454fc70f3223fe3e2e29 (diff)
downloadlibgcrypt-78a1f612bf65d3c1a445c43b456cb28e98a3a6ea.tar.gz
Changed the way the FIPS RNG is seeded.
FIPS cleanups. Documentation upodates.
Diffstat (limited to 'cipher/primegen.c')
-rw-r--r--cipher/primegen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cipher/primegen.c b/cipher/primegen.c
index b9b31c6d..94348687 100644
--- a/cipher/primegen.c
+++ b/cipher/primegen.c
@@ -395,8 +395,7 @@ prime_generate_internal (int need_q_factor,
/* Make a pool of 3n+5 primes (this is an arbitrary value). We
require at least 30 primes for are useful selection process.
- FIXME: We need to do some reseacrh on the best formula for sizing
- the pool.
+ Fixme: We need to research the best formula for sizing the pool.
*/
m = n * 3 + 5;
if (need_q_factor) /* Need some more in this case. */