gnu: scrypt: Fix typo "This package".
* gnu/packages/crypto (scrypt)[description]: Fix typo.master
parent
6a0c3e03a8
commit
f530448825
|
@ -426,7 +426,7 @@ user's graphical desktop.")
|
||||||
`(("openssl" ,openssl)))
|
`(("openssl" ,openssl)))
|
||||||
(home-page "https://www.tarsnap.com/scrypt.html")
|
(home-page "https://www.tarsnap.com/scrypt.html")
|
||||||
(synopsis "Memory-hard encryption tool based on scrypt")
|
(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.
|
utility as a demonstration of the @code{scrypt} key derivation function.
|
||||||
@code{Scrypt} is designed to be far more resistant against hardware brute-force
|
@code{Scrypt} is designed to be far more resistant against hardware brute-force
|
||||||
attacks than alternative functions such as @code{PBKDF2} or @code{bcrypt}.")
|
attacks than alternative functions such as @code{PBKDF2} or @code{bcrypt}.")
|
||||||
|
|
Reference in New Issue