Expand description
Defines the merkle tree itself.
Structs§
- Merkle
Tree - Implements an RFC 6962 compatible merkle tree over an in-memory data store which maps preimages to hashes.
Traits§
- Merkle
Hash - A trait for hashing data into a merkle tree
Defines the merkle tree itself.