Function libsodium_ffi::crypto_stream_xsalsa20_xor_ic [] [src]

pub unsafe extern "C" fn crypto_stream_xsalsa20_xor_ic(
    c: *mut c_uchar,
    m: *const c_uchar,
    mlen: c_ulonglong,
    n: *const c_uchar,
    ic: uint64_t,
    k: *const c_uchar
) -> c_int