All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
BufferEncryptor
andBufferDecryptor
types (#19)
- Minimal versions build (#9)
- Update
cipher
dependency to v0.4 and move crate to the RustCrypto/block-modes repository (#2)
- Removed redundant
NewBlockCipher
bound fromFromBlockCipher
implementation (#236)
- Replace
block-cipher
/stream-cipher
withcipher
crate (#177)