Function libsodium::crypto_secretbox_open_easy [] [src]

pub unsafe extern "C" fn crypto_secretbox_open_easy(
    m: *mut c_uchar,
    c: *const c_uchar,
    clen: c_ulonglong,
    n: *const c_uchar,
    k: *const c_uchar
) -> c_int