Trait beefy_merkle_tree::Hasher [−][src]
Expand description
Generic hasher trait.
Implement the function to support custom way of hashing data. The implementation must return a Hash type, so only 32-byte output hashes are supported.