diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:43:41 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:43:41 -0400 |
commit | 3c6e308c5c6217835e082bf1ce1bb9cf3e565b1b (patch) | |
tree | caba846875c28ebaec88743d89933b516612b95c | |
parent | 0d90e9aec533a5c97675ba2e15ce189bafa4687a (diff) |
libraries/libscrypt: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/libscrypt/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/libscrypt/README b/libraries/libscrypt/README index caefcab0b94b..9a72e97e9731 100644 --- a/libraries/libscrypt/README +++ b/libraries/libscrypt/README @@ -1,5 +1,6 @@ A shared library that implements scrypt() functionality. -The scrypt key derivation function was originally developed for use in the -Tarsnap online backup system and is designed to be far more secure against -hardware brute-force attacks than alternative functions such as PBKDF2 or -bcrypt. + +The scrypt key derivation function was originally developed for use in +the Tarsnap online backup system and is designed to be far more secure +against hardware brute-force attacks than alternative functions such +as PBKDF2 or bcrypt. |