Function keccak256
pub fn keccak256<T>(bytes: T) -> FixedBytes<32>
Available on crate feature
evm
only.Expand description
Simple interface to the Keccak-256
hash function.
pub fn keccak256<T>(bytes: T) -> FixedBytes<32>
evm
only.Simple interface to the Keccak-256
hash function.