Module lambdaworks_crypto::merkle_tree::traits
source · Traits§
- A backend for Merkle trees. This defines raw
Datafrom which the Merkle tree is built from. It also defines theNodetype and the hash function used to build parent nodes from children nodes.