libsodium_sys

Function crypto_box_curve25519xchacha20poly1305_seal

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