pub fn keccak256<T: AsRef<[u8]>>(bytes: T) -> B256Expand description
Simple interface to the Keccak-256 hash function.
Uses the cache if the keccak-cache-global feature is enabled.
pub fn keccak256<T: AsRef<[u8]>>(bytes: T) -> B256Simple interface to the Keccak-256 hash function.
Uses the cache if the keccak-cache-global feature is enabled.