The crypto_auth_hmacsha512() function authenticates a message message using the secret key skey, and puts the authenticator into mac. Returns 0? on success.
See Implementation
The crypto_auth_hmacsha512() function authenticates a message message using the secret key skey, and puts the authenticator into mac. Returns 0? on success.