Skip to content

Commit

Permalink
kuznyechik v0.9.0-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 8, 2024
1 parent c577715 commit fd6ffb2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions kuznyechik/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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
- Update Clippy and fix lints ([#378])
- 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])

### Fixed
- Fix kuznyechik 32bit build ([#406])


[#378]: https://github.com/RustCrypto/block-ciphers/pull/378
[#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
[#406]: https://github.com/RustCrypto/block-ciphers/pull/406
[#413]: https://github.com/RustCrypto/block-ciphers/pull/413


## 0.8.2 (2023-08-06)
### Fixed
- `Drop` implementations in the software backend with enabled `zeroize` feature ([#311])
Expand Down
2 changes: 1 addition & 1 deletion kuznyechik/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kuznyechik"
version = "0.9.0-pre"
version = "0.9.0-pre.0"
description = "Kuznyechik (GOST R 34.12-2015) block cipher"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit fd6ffb2

Please sign in to comment.