Module incremental_tree

Source
Expand description

This module contains the IncrementalMerkleTree, an implementation of the incremental Merkle Tree data structure used in the ETH2 Deposit Contract.

Structs§

IncrementalMerkleTree
IncrementalMerkleTree is an append-only merkle tree of generic height, using keccak256 as the hash function.

Enums§

IncrementalMerkleTreeError
The error type for the IncrementalMerkleTree.