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 the Node type and the hash function used to build parent nodes from children nodes.