Skip to:
Currently the hmac method types the key argument as a string, however this key can be passed in binary format, as well, as used in the S3SDK.Because the argument is strong typed as a string, it gets cast incorrectly. Update method to support bye array arg as key.
hmac
key
Currently the
hmac
method types thekey
argument as a string, however this key can be passed in binary format, as well, as used in the S3SDK.Because the argument is strong typed as a string, it gets cast incorrectly.
Update method to support bye array arg as key.