aboutsummaryrefslogtreecommitdiff
path: root/security/hs-pureMD5/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'security/hs-pureMD5/pkg-descr')
-rw-r--r--security/hs-pureMD5/pkg-descr5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/hs-pureMD5/pkg-descr b/security/hs-pureMD5/pkg-descr
index 20a9cc538e38..b2e68477642f 100644
--- a/security/hs-pureMD5/pkg-descr
+++ b/security/hs-pureMD5/pkg-descr
@@ -1,3 +1,4 @@
-An unrolled implementation of MD5 purely in Haskell.
+A Haskell-only implementation of the MD5 digest (hash) algorithm. This
+now supports the crypto-api class interface.
-WWW: http://hackage.haskell.org/package/pureMD5
+WWW: http://hackage.haskell.org/package/pureMD5