Function keccak256
pub fn keccak256<T>(bytes: T) -> FixedBytes<32>Available on crate feature
evm only.Expand description
Simple interface to the Keccak-256 hash function.
Uses the cache if the keccak-cache-global feature is enabled.