Skip to content

Practising Rust by implementing a Merkle Tree, for fun! Please do NOT use this for your development.

Notifications You must be signed in to change notification settings

jagrutkosti/merkle-tree-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Tree implementation in Rust

For any given vector/array of arbitrary type, generates a simple merkle tree. The hash function is customizable. It needs to be adjusted as per the required method signature though.

An example is availabe in main.rs.

For testing the example, simply run cargo run from the root dir.

About

Practising Rust by implementing a Merkle Tree, for fun! Please do NOT use this for your development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages