Skip to content

Commit 979ced9

Browse files
authored
sha3: add changelog entry for v0.10.9 (#838)
1 parent 354bd49 commit 979ced9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sha3/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
[#798]: https://github.com/RustCrypto/hashes/pull/798
2828
[#815]: https://github.com/RustCrypto/hashes/pull/815
2929

30+
## 0.10.9 (2026-04-19)
31+
### Fixed
32+
- Non-compliant initialization of cSHAKE when serialized length of function name and
33+
customization string is a multiple of the block size ([#836], backport of [#834])
34+
35+
[#834]: https://github.com/RustCrypto/hashes/pull/834
36+
[#836]: https://github.com/RustCrypto/hashes/pull/836
37+
3038
## 0.10.8 (2023-04-08)
3139
### Fixed
3240
- Performance regression: now uses `p1600` fn ([#472])

0 commit comments

Comments
 (0)