Module triehash

Module triehash 

Available on crate feature trie only.
Expand description

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

Structsยง

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