Module hash_builder

Available on crate feature trie only.
Expand description

The implementation of hash builder. MPT hash builder implementation.

Structs§

HashBuilder
A component used to construct the root hash of the trie.
HashBuilderState
The hash builder state for storing in the database. Check the reth-trie crate for more info on hash builder.
HashBuilderValue
Hash builder value.

Enums§

HashBuilderValueRef
Hash builder value reference.