keccak256_uncached

Function keccak256_uncached 

pub fn keccak256_uncached<T>(bytes: T) -> FixedBytes<32>
where T: AsRef<[u8]>,
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.