Within the LiveCode IDE I can run the following code:
Code: Select all
put messageAuthenticationCode( \
tPayload, \
"KEY", \
"HMAC-SHA-256") into tCalculatedHMAC
Any ideas?
Thanks,
Googie
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
Code: Select all
put messageAuthenticationCode( \
tPayload, \
"KEY", \
"HMAC-SHA-256") into tCalculatedHMAC