Skip to content

Commit e63df1e

Browse files
rddunlapherbertx
authored andcommitted
crypto: jitter - fix CRYPTO_JITTERENTROPY help text
Correct various small problems in the help text: a. change 2 spaces to ", " b. finish an incomplete sentence c. change non-working URL to working URL Fixes: a9a98d4 ("crypto: Kconfig - simplify compression/RNG entries") Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218458 Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Bagas Sanjaya <bagasdotme@gmail.com> Cc: Robert Elliott <elliott@hpe.com> Cc: Christoph Biedl <bugzilla.kernel.bpeb@manchmal.in-ulm.de> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-crypto@vger.kernel.org Acked-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent ed3d95f commit e63df1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crypto/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,10 +1269,11 @@ config CRYPTO_JITTERENTROPY
12691269

12701270
A non-physical non-deterministic ("true") RNG (e.g., an entropy source
12711271
compliant with NIST SP800-90B) intended to provide a seed to a
1272-
deterministic RNG (e.g. per NIST SP800-90C).
1272+
deterministic RNG (e.g., per NIST SP800-90C).
12731273
This RNG does not perform any cryptographic whitening of the generated
1274+
random numbers.
12741275

1275-
See https://www.chronox.de/jent.html
1276+
See https://www.chronox.de/jent/
12761277

12771278
if CRYPTO_JITTERENTROPY
12781279
if CRYPTO_FIPS && EXPERT

0 commit comments

Comments
 (0)