HMAC Method not supporting binary keys

Description

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.

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created February 24, 2025 at 4:32 PM
Updated February 25, 2025 at 8:48 PM
Resolved February 24, 2025 at 5:22 PM