gnu: scrypt: Fix typo "This package".

* gnu/packages/crypto (scrypt)[description]: Fix typo.
master
Vagrant Cascadian 2019-05-22 14:50:56 -07:00
parent 6a0c3e03a8
commit f530448825
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -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}.")