[][src]Function libsodium_sys::crypto_box_beforenm

pub unsafe extern "C" fn crypto_box_beforenm(
    k: *mut c_uchar,
    pk: *const c_uchar,
    sk: *const c_uchar
) -> c_int