aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2024-02-17 08:55:13 -0800
committerHerbert Xu <[email protected]>2024-02-24 08:41:20 +0800
commite63df1ec9a16dd9e13e9068243e64876de06f795 (patch)
tree01eb33712ef306e4a54e71bb73e7fdbf57a00bb4
parented3d95fe788dec7c23bb20b41f8af47cbce04715 (diff)
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: a9a98d49da52 ("crypto: Kconfig - simplify compression/RNG entries") Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218458 Signed-off-by: Randy Dunlap <[email protected]> Cc: Bagas Sanjaya <[email protected]> Cc: Robert Elliott <[email protected]> Cc: Christoph Biedl <[email protected]> Cc: Herbert Xu <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: [email protected] Acked-by: Bagas Sanjaya <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r--crypto/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 7d156c75f15f..44661c2e30ca 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1269,10 +1269,11 @@ config CRYPTO_JITTERENTROPY
A non-physical non-deterministic ("true") RNG (e.g., an entropy source
compliant with NIST SP800-90B) intended to provide a seed to a
- deterministic RNG (e.g. per NIST SP800-90C).
+ deterministic RNG (e.g., per NIST SP800-90C).
This RNG does not perform any cryptographic whitening of the generated
+ random numbers.
- See https://www.chronox.de/jent.html
+ See https://www.chronox.de/jent/
if CRYPTO_JITTERENTROPY
if CRYPTO_FIPS && EXPERT