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
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
This Rust implementation of a Merkle Tree has the following properties: