
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

On Tue, Jan 31, 2012 at 9:36 PM, Thomas DuBuisson
Release 0.9 Changes: * Crypto.Classes now exports 'Data.Serialize.encode' * AsymCipher now has proper fundeps * cpolysArr is no longer one big line
Also: * MacKey has phantom types. This seems to be the only breaking change [1]. Cheers, [1] http://hdiff.luite.com/cgit/crypto-api/commit?id=0.9 -- Felipe.
participants (2)
-
Felipe Almeida Lessa
-
Thomas DuBuisson