Function alloy_primitives::utils::keccak256
source · pub fn keccak256<T: AsRef<[u8]>>(bytes: T) -> B256Expand description
Simple interface to the Keccak-256 hash function.
pub fn keccak256<T: AsRef<[u8]>>(bytes: T) -> B256Simple interface to the Keccak-256 hash function.