pub fn keccak_f(state: [u64; 25]) -> [u64; 25]
Wrapper function for tiny-keccak’s keccak-f permutation. Returns the new state after permutation.