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.
- Bump
cipher
to v0.5.0-pre.1; MSRV 1.65 (#394) - Bump
cipher
dependency to v0.5.0-pre.2 (#398) - Use
BlockCipherEncrypt
/BlockCipherDecrypt
trait names (#400) - bump
cipher
dependency to0.5.0-pre.4
(#413)
- API of the
Sbox
trait is changed, S-Box expansion is now performed internally, helper methods are removed. Most users of the crate should not be affected by this change. (#376)
- Minimal versions build (#303)
- Bump
cipher
dependency to v0.4 (#284)
- Bump
cipher
dependency to v0.3 (#235)
- Replace
block-cipher
/stream-cipher
withcipher
crate (#167)
- Bump
block-cipher
dependency to v0.8 (#138) - Bump
opaque-debug
dependency to v0.3 (#140) - Use type parameter for S-box (#141)
- Byte order (#118)