Module indy_vdr::common::merkle_tree
source · Expand description
Patricia Merkle tree support Patricia Merkle tree support
Structs§
- A Merkle tree is a binary tree, with values of type
T
at the leafs, and where every internal node holds the hash of the concatenation of the hashes of its children nodes.
Enums§
- Tags a value so that we know from which branch of a
Tree
(if any) it was found.