Skip to content

Releases: olivmath/merklez

0.5.0

06 Dec 08:33

Choose a tag to compare

What's Changed

  • feat(merkle_proof): implement proof generation for merkle trees by @olivmath in #4
  • simplify proof gen params by @olivmath in #5
  • feat: implement merkle_check in Noir with comprehensive tests by @olivmath in #6

Full Changelog: 0.4.0...0.5.0

0.4.0

06 Dec 07:16

Choose a tag to compare

Full Changelog: 0.3.0...0.4.0

0.3.0

06 Dec 07:09

Choose a tag to compare

Full Changelog: 0.2.0...0.3.0

Merkle Tree works

05 Dec 22:36

Choose a tag to compare

What's Changed

  • Port Rust Merkle tree library to Noir by @olivmath in #1
  • Refactor library code organization and structure by @olivmath in #2
  • docs: update README with comprehensive usage examples and proof types by @olivmath in #3

New Contributors

Full Changelog: https://github.com/olivmath/merklez/commits/0.2.0