privacy-scaling-explorations / zk-kit.rust

A monorepo of reusable crates for zero-knowledge technologies.
https://privacy-scaling-explorations.github.io/zk-kit.rust/
MIT License
8 stars 6 forks source link

Create a crate for SMT based on JS implementation #8

Closed cedoor closed 1 month ago

cedoor commented 1 month ago

Describe the package you'd like

The SMT (Sparse Merkle Tree) implemented in JS is an optimized SPT proposed by Vitalik and further optimized by the Iden3 team. It efficiently enables the generation of proof of membership and non-membership.

It is worth checking whether an implementation in Rust already exists.

waddaboo commented 1 month ago

Hi! I would like to work on this issue :)

vplasencia commented 1 month ago

Hey @waddaboo ! I just assigned you this issue. Feel free to ask any questions you may have.

waddaboo commented 1 month ago

Thanks! Will do :)