[Haskell-cafe] [ANN] Crypto-API 0.9 Release

Thomas DuBuisson thomas.dubuisson at gmail.com
Wed Feb 1 00:36:45 CET 2012


Crypto-API is a generic interface for cryptographic operations,
defining classes for hashes, ciphers, and random number generation
while also providing convenience functions such as block cipher modes
and padding. Maintainers of hash and cipher implementations are
encouraged to add instances for the classes defined in Crypto.Classes.
Crypto users are similarly encouraged to use the interfaces defined in
the Classes module.

Release 0.9 Changes:
* Crypto.Classes now exports 'Data.Serialize.encode'
* AsymCipher now has proper fundeps
* cpolysArr is no longer one big line

Cheers,
Thomas



More information about the Haskell-Cafe mailing list