The crypto_auth_hmacsha256() function authenticates a message message using the secret key skey, and puts the authenticator into mac. It returns true on success.
See Implementation
The crypto_auth_hmacsha256() function authenticates a message message using the secret key skey, and puts the authenticator into mac. It returns true on success.