Expand description
A generic, minimalist Merkle tree.
An implementation of Merkle tree that is generic over the hashed input data, the hash function, and what gets into leaf data.
Optional support is provided for the cryptographic hash functions
that conform to the API defined in crate digest
.
Re-exports§
pub use tree::MerkleTree;