The crypto_auth_hmacsha256_verify() function verifies in constant time that mac is a correct authenticator for the message message under a secret key skey. It returns true on success of verification.
See Implementation
The crypto_auth_hmacsha256_verify() function verifies in constant time that mac is a correct authenticator for the message message under a secret key skey. It returns true on success of verification.