Crate merkle [−] [src]
merkle implements a Merkle Tree in Rust.
Structs
| MerkleTree |
A Merkle tree is a binary tree, with values of type |
| Proof |
An inclusion proof represent the fact that |
| ProofBlock |
A |
Enums
| Positioned |
Tags a value so that we know from in branch (if any) it was found. |
Traits
| MerkleDigest |
The sole purpose of this trait is to extend the standard
|