
31 Jan
2012
31 Jan
'12
6:36 p.m.
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