summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-10-27 08:40:45 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-10-27 08:40:45 +0000
commit1a4d2ad6b4ea2d401c5c61030cbd7b3acff21427 (patch)
treefe662e2028a41ce749a1f6d2551011f1f02c5b1a /dev-haskell/pwstore-fast/metadata.xml
parentdev-haskell/publicsuffixlist: update to EAPI=7 (diff)
downloadgentoo-1a4d2ad6b4ea2d401c5c61030cbd7b3acff21427.tar.gz
gentoo-1a4d2ad6b4ea2d401c5c61030cbd7b3acff21427.tar.bz2
gentoo-1a4d2ad6b4ea2d401c5c61030cbd7b3acff21427.zip
dev-haskell/pwstore-fast: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/pwstore-fast/metadata.xml')
-rw-r--r--dev-haskell/pwstore-fast/metadata.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-haskell/pwstore-fast/metadata.xml b/dev-haskell/pwstore-fast/metadata.xml
index cdbf6fd8bacc..b7878815d80d 100644
--- a/dev-haskell/pwstore-fast/metadata.xml
+++ b/dev-haskell/pwstore-fast/metadata.xml
@@ -5,17 +5,4 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- To store passwords securely, they should be salted,
- then hashed with a slow hash function. This library
- uses PBKDF1-SHA256, and handles all the details.
- It uses the cryptohash package for speed; if you need
- a pure Haskell library, pwstore-purehaskell has the
- exact same API, but uses only pure Haskell. It is
- about 25 times slower than this package, but still
- quite usable.
- </longdescription>
- <upstream>
- <remote-id type="github">PeterScott/pwstore</remote-id>
- </upstream>
</pkgmetadata>