diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-07-13 14:23:28 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-07-13 16:25:51 +0200 |
commit | 765d3e2d65f16b7f2a842ef9432591b48cf747a5 (patch) | |
tree | bec81e54910ad20235331400a643ba5585d01cd6 /lib/nettle | |
parent | a22e3b803d799b89f714d04f6d26dbd0bf5b507d (diff) | |
download | gnutls-765d3e2d65f16b7f2a842ef9432591b48cf747a5.tar.gz |
nettle/rnd-fips: updated documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/nettle')
-rw-r--r-- | lib/nettle/rnd-fips.c | 6 |
1 files 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 <rnd-common.h> /* 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; |