Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@seemenkina seemenkina released this 18 Nov 11:20
b9d2703

The new introduces several key updates, with a focus on the stateless feature for the RLN module:

  • Stateless RLN Feature: This feature removes the dependency on Merkle trees, simplifying the implementation. The stateless mode provides APIs for generating and verifying proofs, along with utility functions such as the Poseidon hasher.
  • Integration with RLN-WASM: The stateless implementation is integrated into the RLN-WASM module. The RLN-WASM APIs have been updated to align with this stateless design, ensuring better modularity and usability.
  • Performance Improvements: Updates include optimizations in handling uncompressed keys with Arkworks, reducing program runtime during file reads. The benchmarks indicate significant efficiency gains with these changes.

Some tasks related to replacing zkeys and auditing RLN-WASM have been deferred to version 0.7.0 to maintain focus on stability and core improvements in this release.

What's Changed

Full Changelog: v0.5.1...v0.6.0