freebsd-ports/devel/hs-crypto/pkg-descr
Volker Stolz 78c260ee0c Fix WWW-tag. Note that a newer version is available but we haven't had time yet.
Noticed by: fenner's magical distfile survey
2005-10-16 15:01:15 +00:00

16 lines
477 B
Text

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).
It contains: DES, Blowfish, Cipher Block Chaining (CBC) mode, PKCS#5 and nulls
padding, SHA-1, RSA, OAEP, ASN.1, and PKCS#8.
WWW: http://www.haskell.org/crypto/
- Oliver Braun
obraun@FreeBSD.org