libsodium_sys

Function crypto_auth_hmacsha512

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