Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages