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
minrkmannequin opened this issue
Oct 7, 2016
· 2 comments
Labels
3.9only security fixes3.10only security fixes3.11only security fixesdocsDocumentation in the Doc dirextension-modulesC modules in the Modules dirtype-bugAn unexpected behavior, bug, or error
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=Nonecreated_at=<Date2016-10-07.11:50:44.279>labels= ['type-bug', '3.9', '3.10', '3.11', 'extension-modules', 'docs']
title='[doc] hmac cannot be used with shake algorithms'updated_at=<Date2022-01-17.23:14:46.268>user='https://github.com/minrk'
It's not a bug, but indented behavior. It does not make any sense to use SHAKE with the HMAC construct. In fact it does not make sense to combine Keccak sponge or Blake2 with HMAC at all. HMAC is only necessary for old, Merkle-Damgard hashing algorithms like MD5, SHA1 and SHA2, because they are subject to length extension attacks.
3.9only security fixes3.10only security fixes3.11only security fixesdocsDocumentation in the Doc dirextension-modulesC modules in the Modules dirtype-bugAn unexpected behavior, bug, or error
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: