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
Following #133027 (comment) and #133027 (comment), we should avoid having the textual "UINT32_MAX" or any C constant in a user-facing error message. I however did this when I implemented one-shot HMAC.
Bug report
Bug description:
Following #133027 (comment) and #133027 (comment), we should avoid having the textual "UINT32_MAX" or any C constant in a user-facing error message. I however did this when I implemented one-shot HMAC.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs