diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 14:50:56 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:08 -0700 |
commit | f53044882529498518130a117f596b75371dda89 (patch) | |
tree | 061b19bd514cd9e2a48d9325a29ad213a50bfbc4 /gnu/packages/crypto.scm | |
parent | 6a0c3e03a80c1846d39166d6d4fcb5cdbd1a86f0 (diff) | |
download | guix-f53044882529498518130a117f596b75371dda89.tar.gz |
gnu: scrypt: Fix typo "This package".
* gnu/packages/crypto (scrypt)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r-- | gnu/packages/crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 9302f00537..1d145ef4c7 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -426,7 +426,7 @@ user's graphical desktop.") `(("openssl" ,openssl))) (home-page "https://www.tarsnap.com/scrypt.html") (synopsis "Memory-hard encryption tool based on scrypt") - (description "This packages provides a simple password-based encryption + (description "This package provides a simple password-based encryption utility as a demonstration of the @code{scrypt} key derivation function. @code{Scrypt} is designed to be far more resistant against hardware brute-force attacks than alternative functions such as @code{PBKDF2} or @code{bcrypt}.") |