mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: scrypt: Fix typo "This package".
* gnu/packages/crypto (scrypt)[description]: Fix typo.
This commit is contained in:
parent
6a0c3e03a8
commit
f530448825
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ (define-public scrypt
|
|||
`(("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}.")
|
||||
|
|
Loading…
Reference in a new issue