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.
- Sealed
BlockSizes
trait implemented for types fromU1
toU255
BlockUser::BlockSize
is now bounded by theBlockSizes
trait- Edition changed to 2021 and MSRV bumped to 1.56
- Move
ParBlocks
/ParBlocksSizeUser
fromcipher
crate (#1052)
- Support on-label MSRV (#1049)
getrandom
feature (#1034)
- Minimal versions build (#940)
- Re-export
generic-array
andtypenum
. Enablemore_lengths
feature ongeneric-array
. Addkey_size
,iv_size
,block_size
, andoutput_size
helper methods. (#849)
rand_core
re-export and proper exposure of key/IV generation methods on docs.rs (#847)
- Initial release