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
dependency to v0.5 - Edition changed to 2024 and MSRV bumped to 1.85 (#472)
- Relax MSRV policy and allow MSRV bumps in patch releases (#477)
- 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)