Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions sha3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#798]: https://github.com/RustCrypto/hashes/pull/798
[#815]: https://github.com/RustCrypto/hashes/pull/815

## 0.10.9 (2026-04-19)
### 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]: https://github.com/RustCrypto/hashes/pull/834
[#836]: https://github.com/RustCrypto/hashes/pull/836

## 0.10.8 (2023-04-08)
### Fixed
- Performance regression: now uses `p1600` fn ([#472])
Expand Down
Loading