Function wolf_crypto_sys::wc_Arc4Process

source ยท
pub unsafe extern "C" fn wc_Arc4Process(
    arc4: *mut Arc4,
    out: *mut byte,
    in_: *const byte,
    length: word32,
) -> c_int