ANNOUNCE: Cryptographic Library for Haskell

Dominic Steinitz dominic.steinitz at blueyonder.co.uk
Sat Oct 11 19:03:04 EDT 2003


I would like to annouce the second release of the Haskell Cryptographic
Library (0.3.3). See http://www.haskell.org/crypto/ReadMe.html for more
details.

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 release contains:

·        DES
·        Blowfish
·        Cipher Block Chaining (CBC) mode
·        PKCS5 and nulls padding
·        SHA-1
·        RSA
·        OAEP

Dominic Steinitz



More information about the Haskell mailing list