Computes an HMAC signature as a raw binary buffer for the provided data and secret.
The string or binary data to sign
The secret key as a string or binary buffer
The hash algorithm to use (default: 'SHA-256')
A promise resolving to the HMAC signature Uint8Array
Computes an HMAC signature as a raw binary buffer for the provided data and secret.