Function keccak256
pub fn keccak256(data: &[u8]) -> DigestExpand description
Hashes the input data using a Keccak hasher with a 256-bit security level.
pub fn keccak256(data: &[u8]) -> DigestHashes the input data using a Keccak hasher with a 256-bit security level.