Function ethers_core::utils::keccak256 [−][src]
pub fn keccak256<S>(bytes: S) -> [u8; 32] where
S: AsRef<[u8]>,
Expand description
Compute the Keccak-256 hash of input bytes.
pub fn keccak256<S>(bytes: S) -> [u8; 32] where
S: AsRef<[u8]>,
Compute the Keccak-256 hash of input bytes.