Skip to content

Commit

Permalink
release kuznyechik v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jul 10, 2020
1 parent 0209540 commit 972d5aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions kuznyechik/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## 0.4.1 (2020-07-10)
### Changed
- Improved performance by unrolling loops ([#137])

[#137]: https://github.com/RustCrypto/block-ciphers/pull/137

## 0.4.0 (2020-07-03)
### Changed
- Bump `block-cipher` dependency to v0.7 ([#92])
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.4.0"
version = "0.4.1"
description = "Kuznyechik (GOST R 34.12-2015) block cipher"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 972d5aa

Please sign in to comment.