-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
the hash function is (md5) is hardcoded in the init_key function.
The bug appears when the key is longer than the block size and the selected hash function is not md5.
Line 52 in dde2b84
| self.key = bytearray(md5(key).digest()) |
Metadata
Metadata
Assignees
Labels
No labels