privacy-scaling-explorations / zk-kit

A monorepo of reusable libraries for zero-knowledge technologies.
https://zkkit.pse.dev
MIT License
291 stars 79 forks source link

Add visual explanation of LeanIMT #216

Closed cedoor closed 8 months ago

cedoor commented 8 months ago

Description

The Lean incremental Merkle tree is an optimized version of the first version of the ZK-Kit binary Merkle tree. More documentation would help devs better understand how it works.

There's already an HackMD doc that explains it visually by @vplasencia. Adding that document to Github and mentioning it in the README file would be helpful for people.