openvm_keccak256_circuit::utils

Function keccak_f

Source
pub fn keccak_f(state: [u64; 25]) -> [u64; 25]
Expand description

Wrapper function for tiny-keccak’s keccak-f permutation. Returns the new state after permutation.