2.3 KiB
2.3 KiB
Changelog
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.
0.9.2 (2022-09-30)
Changed
- Implement
Clonedirectly forCtrCore, so it would work with non-Cloneflavors (#24)
0.9.1 (2022-02-17)
Fixed
- Minimal versions build (#9)
0.9.0 (2022-02-10)
Changed
- Update
cipherdependency to v0.4 and move crate to the RustCrypto/block-modes repository (#2)
0.8.0 (2021-07-08)
Changed
- Make implementation generic over block size (previously it
was generic only over 128-bit block ciphers). Breaking changes
in the
CtrFlavorAPI. (#252).
0.7.0 (2020-04-29)
Changed
- Generic implementation of CTR (#195)
- Removed
Ctr32LEmask bit (#197) - Bump
cipherdependency to v0.3 (#226)
0.6.0 (2020-10-16)
Added
Ctr32BEandCtr32LE(#170)
Changed
- Replace
block-cipher/stream-cipherwithciphercrate (#177)