From 41139906e9dbfe776d429c15e7a685295698fb0d Mon Sep 17 00:00:00 2001 From: pgj Date: Fri, 23 Jan 2009 23:47:58 +0000 Subject: This package provides efficient cryptographic hash implementations for strict and lazy bytestrings for the functional programming language Haskell. WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/digest Reviewed by: gabor Approved by: tabthorpe --- security/hs-digest/pkg-descr | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 security/hs-digest/pkg-descr (limited to 'security/hs-digest/pkg-descr') diff --git a/security/hs-digest/pkg-descr b/security/hs-digest/pkg-descr new file mode 100644 index 000000000000..c57435d330e6 --- /dev/null +++ b/security/hs-digest/pkg-descr @@ -0,0 +1,5 @@ +This package provides efficient cryptographic hash implementations for +strict and lazy bytestrings for the functional programming language +Haskell. + +WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/digest -- cgit