Calculates a message signature using Hash-based Message Authentication Code (HMAC).
HMAC uses one of the standard hash functions (such as SHA-256) and a secret cryptographic key to generate the signature.
XPRIM_Crypto_HMAC currently supports SHA-256 hash function only.
Methods