#[no_mangle] pub unsafe extern "C" fn sys_keccak( in_state: *const [u64; 25], out_state: *mut [u64; 25], ) -> i32
unstable
Permute the keccak state on the host
This API is marked as unstable and is only available when the unstable crate feature is enabled. This comes with no stability guarantees, and could be changed or removed at any time.