We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115cf25 commit ad6ccc2Copy full SHA for ad6ccc2
CHANGELOG.md
@@ -18,6 +18,12 @@ This project adheres to
18
19
## [Unreleased](https://github.com/o1-labs/o1js/compare/c81f31ad0...HEAD)
20
21
+### Added
22
+
23
+- Collision-resistant version of Poseidon gadget for variable length inputs
24
+ `Poseidon.hashAnyLength()` (backwards incompatible with `Poseidon.hash()`) and
25
+ improved documentation with tests. https://github.com/o1-labs/o1js/pull/2753
26
27
### Changed
28
29
- Replace js-sha256 with @noble/hashes https://github.com/o1-labs/o1js/pull/2539
0 commit comments