We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354bd49 commit 979ced9Copy full SHA for 979ced9
1 file changed
sha3/CHANGELOG.md
@@ -27,6 +27,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
[#798]: https://github.com/RustCrypto/hashes/pull/798
28
[#815]: https://github.com/RustCrypto/hashes/pull/815
29
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
38
## 0.10.8 (2023-04-08)
39
### Fixed
40
- Performance regression: now uses `p1600` fn ([#472])
0 commit comments