v1.0.0
[crypto] Add our own general-purpose cipher-block chaining routines
[crypto] Add AES key-wrap mode (RFC 3394)
[cipher] Add the ARC4 stream cipher
[legal] Add a selection of FILE_LICENCE declarations
[crypto] Make AES context size and algorithm structure externally available
[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm
[crypto] Add a placeholder for a proper random number generator
[digest] Add generic CRC32 function
[digest] Add HMAC-SHA1 based pseudorandom function and PBKDF2