Function sys_keccak

Source
#[no_mangle]
pub unsafe extern "C" fn sys_keccak(
    in_state: *const [u64; 25],
    out_state: *mut [u64; 25],
) -> i32
Available on crate feature unstable only.
Expand description

Permute the keccak state on the host

§Safety

§Availability

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.