libsodium_sys

Function crypto_box

Source
pub unsafe extern "C" fn crypto_box(
    c: *mut c_uchar,
    m: *const c_uchar,
    mlen: c_ulonglong,
    n: *const c_uchar,
    pk: *const c_uchar,
    sk: *const c_uchar,
) -> c_int