Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

rooch-network/smt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparse Merkle Tree

A Rust library that implements a Sparse Merkle tree for a key-value store, provide state proof for the storage layer.

The origin source from Starcoin and Diem. The tree's optimisations specified in the Diem whitepaper.

This repository does or will do the following improvements:

  1. released as a standalone crate for other projects to depend on.
  2. refactor the interface to make it easier to use.
  3. customize hash methods.
  4. customize encode/decode methods.

Releases

No releases published

Packages

No packages published

Languages