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.