Function ethers_core::utils::keccak256

source ·
pub fn keccak256<S>(bytes: S) -> [u8; 32]where
    S: AsRef<[u8]>,
Expand description

Compute the Keccak-256 hash of input bytes.