Module reth_trie::triehash

Available on crate feature test-utils only.
Expand description

Implementation of hasher using our keccak256 hashing function for compatibility with triehash crate.

Structsยง

  • A [Hasher] that calculates a keccak256 hash of the given data.