Function keccak256
pub fn keccak256<T>(bytes: T) -> FixedBytes<32>Expand description
Simple interface to the Keccak-256 hash function.
Uses the cache if the keccak-cache-global feature is enabled.
pub fn keccak256<T>(bytes: T) -> FixedBytes<32>Simple interface to the Keccak-256 hash function.
Uses the cache if the keccak-cache-global feature is enabled.