pub type Hash = HashBase<Keccak256>;
Represents an Ethereum 256-bit hash value.
This implementation instantiates the hash via Keccak256 digest.
pub struct Hash(/* private fields */);