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