pub fn crypto_auth_hmacsha512(mac: &mut Mac, message: &[u8], key: &Key)
Authenticates message using key, and places the result into mac.
message
key
mac