From 765d3e2d65f16b7f2a842ef9432591b48cf747a5 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 13 Jul 2018 14:23:28 +0200 Subject: nettle/rnd-fips: updated documentation Signed-off-by: Nikos Mavrogiannopoulos --- lib/nettle/rnd-fips.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/nettle/rnd-fips.c b/lib/nettle/rnd-fips.c index dbbb540400..2ae4a9089f 100644 --- a/lib/nettle/rnd-fips.c +++ b/lib/nettle/rnd-fips.c @@ -34,11 +34,9 @@ #include /* This provides a random generator for gnutls. It uses - * three instances of the DRBG-AES-CTR generator, one for - * each level of randomness. It uses /dev/urandom for their - * seeding. + * two instances of the DRBG-AES-CTR generator, one for + * nonce level and another for the other levels of randomness. */ - struct fips_ctx { struct drbg_aes_ctx nonce_context; struct drbg_aes_ctx normal_context; -- cgit v1.2.1