Crate alloy_merkle_tree

Source

Modulesยง

incremental_tree
This module contains the IncrementalMerkleTree, an implementation of the incremental Merkle Tree data structure used in the ETH2 Deposit Contract.
standard_binary_tree
This module contains the StandardMerkleTree, an implementation of the standard Merkle Tree data structure.
tree
This module contains the MerkleTree, an implementation of a perfect binary Merkle tree.