libsodium_sys

Function crypto_auth

Source
pub unsafe extern "C" fn crypto_auth(
    a: *mut [u8; 32],
    m: *const u8,
    mlen: c_ulonglong,
    k: *const [u8; 32],
) -> c_int