Crate merkle [−] [src]
merkle implements a Merkle Tree in Rust.
Structs
LeavesIntoIterator |
An iterator over the leaves of a |
LeavesIterator |
An borrowing iterator over the leaves of a |
MerkleTree |
A Merkle tree is a binary tree, with values of type |
Proof |
An inclusion proof represent the fact that a |
Traits
Hashable |
The type of values stored in a |