# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased ### Changed - 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 to `0.5.0-pre.4` ([#413]) [#394]: https://github.com/RustCrypto/block-ciphers/pull/394 [#398]: https://github.com/RustCrypto/block-ciphers/pull/398 [#400]: https://github.com/RustCrypto/block-ciphers/pull/400 [#413]: https://github.com/RustCrypto/block-ciphers/pull/413 ## 0.9.0 (2023-08-06) ### Breaking changes - 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]) [#376]: https://github.com/RustCrypto/block-ciphers/pull/376 ## 0.8.1 (2022-02-17) ### Fixed - Minimal versions build ([#303]) [#303]: https://github.com/RustCrypto/block-ciphers/pull/303 ## 0.8.0 (2022-02-10) ### Changed - Bump `cipher` dependency to v0.4 ([#284]) [#284]: https://github.com/RustCrypto/block-ciphers/pull/284 ## 0.7.0 (2021-04-29) ### Changed - Bump `cipher` dependency to v0.3 ([#235]) [#235]: https://github.com/RustCrypto/block-ciphers/pull/235 ## 0.6.0 (2020-10-16) ### Changed - Replace `block-cipher`/`stream-cipher` with `cipher` crate ([#167]) [#167]: https://github.com/RustCrypto/block-ciphers/pull/167 ## 0.5.0 (2020-08-07) ### Changed - Bump `block-cipher` dependency to v0.8 ([#138]) - Bump `opaque-debug` dependency to v0.3 ([#140]) - Use type parameter for S-box ([#141]) [#138]: https://github.com/RustCrypto/block-ciphers/pull/138 [#140]: https://github.com/RustCrypto/block-ciphers/pull/140 [#141]: https://github.com/RustCrypto/block-ciphers/pull/141 ## 0.4.0 (2020-07-03) ### Changed - Bump `block-cipher` dependency to v0.7 ([#93]) - Upgrade to Rust 2018 edition ([#93]) ### Fixed - Byte order ([#118]) [#118]: https://github.com/RustCrypto/block-ciphers/pull/118 [#93]: https://github.com/RustCrypto/block-ciphers/pull/93 ## 0.3.0 (2018-12-23) ## 0.2.0 (2017-11-26) ## 0.1.1 (2017-01-11) ## 0.1.0 (2017-01-11)