Skip to content

A noobish implementation of a merkle tree in rust.

License

Notifications You must be signed in to change notification settings

pzdkn/merkle-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Tree

This is my first trial at a merkle tree. The main logic is in lib.rs and it is used in main.rs to construct a merkle tree, build a merkle proof, and verify that a data sample is contained in the tree.

To execute, run cargo run and to build the docs run cargo doc --open

About

A noobish implementation of a merkle tree in rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages