Skip to content

Latest commit

 

History

History

merkle_tree

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Merkle Tree

This Rust implementation of a Merkle Tree has the following properties:

  • binary
  • unbalanced
  • uses SHA256 for now
  • accepts a vector of arbitrary-length data to build a tree
  • not (yet) secure