1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/hs-crypto/pkg-descr
2004-01-10 14:43:35 +00:00

17 lines
488 B
Plaintext

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/ReadMe.html
- Oliver Braun
obraun@FreeBSD.org