Skip to main content

crypto_auth_hmacsha512256

Function crypto_auth_hmacsha512256 

Source
pub fn crypto_auth_hmacsha512256(mac: &mut Mac, message: &[u8], key: &Key)
Expand description

Authenticates message using key, and places the result into mac.