Skip to content

pbeza/merkle-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplified Merkle Tree

Description

This application is a simplified Rust implementation of Merkle Tree. Please refer to the unit tests to understand its capabilities.

Features

  • Creation of Merkle Trees from an initial leaf.
  • Generation of proofs for a given leaf index.
  • Verification of proofs.
  • Updating a single leaf value and recomputing the affected nodes.
  • Conversion of node indices to (depth, offset) format and vice versa.
  • Finding the index of the left-most child and parent.

About

Simplified Merkle Tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages