mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
21 lines
466 B
Plaintext
21 lines
466 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).
|
|
|
|
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
|