Skip to content

Commit f104e56

Browse files
rddunlapSasha Levin
authored andcommitted
crypto: jitter - fix CRYPTO_JITTERENTROPY help text
[ Upstream commit e63df1ec9a16dd9e13e9068243e64876de06f795 ] 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 <[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]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 7c5001d commit f104e56

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
@@ -1291,10 +1291,11 @@ config CRYPTO_JITTERENTROPY
12911291

12921292
A non-physical non-deterministic ("true") RNG (e.g., an entropy source
12931293
compliant with NIST SP800-90B) intended to provide a seed to a
1294-
deterministic RNG (e.g. per NIST SP800-90C).
1294+
deterministic RNG (e.g., per NIST SP800-90C).
12951295
This RNG does not perform any cryptographic whitening of the generated
1296+
random numbers.
12961297

1297-
See https://www.chronox.de/jent.html
1298+
See https://www.chronox.de/jent/
12981299

12991300
config CRYPTO_JITTERENTROPY_TESTINTERFACE
13001301
bool "CPU Jitter RNG Test Interface"

0 commit comments

Comments
 (0)