Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 321 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 321 Bytes

Yet Another Noir Sparse Merkle Tree Library (WIP)

Description

This library provides sparse Merkle tree (SMT) primitives in Noir, specifically verification of proofs of (non-)membership and insertions/deletions/updates given an appropriate path down the tree. It aims to be compatible with the Circom implementation.