Closed goztrk closed 11 months ago
READY
compat.py
hmac.new
bytes
It seems, there are times that hash_key is None. The code before was not handling that correctly.
hash_key
Status
READY
Description
compat.py
hmac.new
Python 2/3 compatible. (It acceptsbytes
for 1st and 2nd arguments)It seems, there are times that
hash_key
is None. The code before was not handling that correctly.