Function revm::primitives::alloy_primitives::utils::keccak256

source ยท
pub fn keccak256<T>(bytes: T) -> FixedBytes<32>
where T: AsRef<[u8]>,
Expand description

Simple interface to the Keccak-256 hash function.