Function keccak256_uncached
pub fn keccak256_uncached<T>(bytes: T) -> FixedBytes<32>Expand description
Simple interface to the Keccak-256 hash function.
This function always computes the hash directly without using the cache.
Does not use the cache even if the keccak-cache feature is enabled.