libsodium_sys

Function crypto_box_beforenm

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