compute With Aad
Computes HMAC-SHA256 with additional authenticated data (AAD).
Return
The 32-byte HMAC
Parameters
key
The secret key
aad
Additional authenticated data prepended to message
message
The message to authenticate
Computes HMAC-SHA256 with additional authenticated data (AAD).
The 32-byte HMAC
The secret key
Additional authenticated data prepended to message
The message to authenticate