From f53044882529498518130a117f596b75371dda89 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 14:50:56 -0700 Subject: gnu: scrypt: Fix typo "This package". * gnu/packages/crypto (scrypt)[description]: Fix typo. --- gnu/packages/crypto.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/crypto.scm') 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}.") -- cgit v1.2.3