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