aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-crypto/pkg-descr
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-06-23 21:03:26 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-06-23 21:03:26 +0000
commit9e4c2e7c7bf09e87873c784420d328600e1388d9 (patch)
treedf681279ebc30559620a09461e0fb7bd9fe27028 /devel/hs-crypto/pkg-descr
parent1d859a91bdde7efba4fc605f6ea65232bb7e21c5 (diff)
Notes
Diffstat (limited to 'devel/hs-crypto/pkg-descr')
-rw-r--r--devel/hs-crypto/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/hs-crypto/pkg-descr b/devel/hs-crypto/pkg-descr
new file mode 100644
index 000000000000..b676f86e5207
--- /dev/null
+++ b/devel/hs-crypto/pkg-descr
@@ -0,0 +1,20 @@
+Haskell Cryptographic Library
+
+This library collects together existing Haskell cryptographic functions and
+augments them so that they:
+
+* Have common type signatures.
+* Can be used with the standard mode and padding algorithms (in the case of
+ block mode ciphers).
+
+This very initial release contains:
+
+* DES
+* Blowfish
+* Cipher Block Chaining (CBC) mode
+* PKCS#5 and nulls padding
+
+WWW: http://www.haskell.org/crypto/ReadMe.html
+
+- Oliver Braun
+obraun@FreeBSD.org