blob: 91d51fb4b93f22971f095062d004736fca4808a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
|