You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HMAC specification doesn't provide a minimum size for HMAC keys, but short keys (specifically, keys shorter than the hash function output size) degrade security. We should set a minimum size (probably the hash function output size) and return an error if the caller-provided key is too short.
Description
The HMAC specification doesn't provide a minimum size for HMAC keys, but short keys (specifically, keys shorter than the hash function output size) degrade security. We should set a minimum size (probably the hash function output size) and return an error if the caller-provided key is too short.
CC @moidx @y-srini
The text was updated successfully, but these errors were encountered: