#tree #static #tree-root #merkle-proof #root-hash #merkel

static_merkel_tree

Static Merkel Tree is dedicated for generating Merkle Root and Merkle Proof for a static list of items

3 releases (1 stable)

Uses old Rust 2015

1.0.0 Jan 4, 2019
0.1.1 Jan 3, 2019
0.1.0 Jan 2, 2019

#1629 in Data structures

31 downloads per month

MIT license

14KB
274 lines

static-merkel-tree

License Travis CI Crate Doc

Static Merkel Tree is dedicated for generating Merkle Root and Merkle Proof for a static list of items.


lib.rs:

Generetes complete merkle tree root.

This module should be used to generate complete merkle tree root hash.

No runtime deps