Skip to content

Commit 354bd49

Browse files
authored
Release cshake v0.1.1 (#835)
### Fixed - Non-compliant initialization when serialized length of function name and customization string is a multiple of the block size ([#834]) [#834]: #834
1 parent e6e19c4 commit 354bd49

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cshake/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.1.1 (2026-04-19)
9+
### Fixed
10+
- Non-compliant initialization when serialized length of function name and customization string
11+
is a multiple of the block size ([#834])
12+
13+
[#834]: https://github.com/RustCrypto/hashes/pull/834
14+
815
## 0.1.0 (2026-04-13)
916
- Initial release with implementation moved from the `sha3` crate ([#815])
1017

cshake/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cshake"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)