Skip to content

Commit 1637e89

Browse files
authored
Release sha3 v0.10.9 (#837)
### Fixed - Non-compliant initialization of cSHAKE when serialized length of function name and customization string is a multiple of the block size ([#836], backport of [#834]) [#834]: #834 [#836]: #836
1 parent 1997abe commit 1637e89

3 files changed

Lines changed: 3 additions & 3 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.

sha3/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.10.9 (UNRELEASED)
8+
## 0.10.9 (2026-04-19)
99
### Fixed
1010
- Non-compliant initialization of cSHAKE when serialized length of function name and
1111
customization string is a multiple of the block size ([#836], backport of [#834])

sha3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha3"
3-
version = "0.10.8"
3+
version = "0.10.9"
44
description = """
55
Pure Rust implementation of SHA-3, a family of Keccak-based hash functions
66
including the SHAKE family of eXtendable-Output Functions (XOFs), as well as

0 commit comments

Comments
 (0)