Function keccak256_cached
pub fn keccak256_cached<T>(bytes: T) -> FixedBytes<32>Expand description
Simple interface to the Keccak-256 hash function,
with a thin cache layer.
Uses the cache if the keccak-cache feature is enabled.
pub fn keccak256_cached<T>(bytes: T) -> FixedBytes<32>Simple interface to the Keccak-256 hash function,
with a thin cache layer.
Uses the cache if the keccak-cache feature is enabled.