[][src]Module indy_data_types::merkle_tree

Patricia Merkle tree support

Structs

MerkleTree

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.