Skip to content

Simple Rust implementation of a Merkle Tree for practice/learning

Notifications You must be signed in to change notification settings

jakerumbles/merkle-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

merkle-tree

Simple Rust implementation of a Merkle Tree for practice/learning. Currently only supports an input # of transactions n, such that:

n % 2 == 0 AND n % 3 != 0.

About

Simple Rust implementation of a Merkle Tree for practice/learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages