diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:46:06 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:11 -0400 |
commit | d439aba2d080794d7f8e48e330eaffee6353e5b7 (patch) | |
tree | 61be1e21dee8806cbdd8b4c4e4009ef731140cd4 /system/rng-tools | |
parent | 47858db911f81b0667ebff80907ae76542afb46b (diff) |
system/rng-tools: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/rng-tools')
-rw-r--r-- | system/rng-tools/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/rng-tools/README b/system/rng-tools/README index 23ddcc51d789..f809f329ff6f 100644 --- a/system/rng-tools/README +++ b/system/rng-tools/README @@ -1,7 +1,8 @@ rng-tools provide rngd and rngtest. -rngd supplies data from a hardware RNG to the kernel's entropy pool. To ensure -sufficient randomness, rngd verifies the RNGs data using FIPS 140-1 / 140-2 -randomness tests, before passing them to the kernel. +rngd supplies data from a hardware RNG to the kernel's entropy +pool. To ensure sufficient randomness, rngd verifies the RNGs data +using FIPS 140-1 / 140-2 randomness tests, before passing them to the +kernel. rngtest is a standalone tool for running the FIPS tests over data. |