sys_keccak

Function sys_keccak 

Source
pub unsafe extern "C" fn sys_keccak(
    in_state: *const [u64; 25],
    out_state: *mut [u64; 25],
) -> i32
Expand description

Permute the keccak state on the host

ยงSafety