Skip to content

zkzoomer/lean-imt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeanIMT

A lean incremental Merkle tree is a Merkle tree designed to be updated efficiently by minimizing the number of hash calculations. Such construction is useful both for onchain applications and zkVMs, where hash functions can be quite expensive to prove.

This library contains a binary lean incremental Merkle tree implementation in Rust, based on Semaphore's implementation. The library is designed to be used both inside and outside zkVM programs.

About

Lean incremental Merkle tree implementation in Rust for zkVM programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages