Kaydet (Commit) bf6f31b6 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

use blank object instead

üst c3f810fb
......@@ -15,7 +15,7 @@ digest_size = None
# A unique object passed by HMAC.copy() to the HMAC constructor, in order
# that the latter return very quickly. HMAC("") in contrast is quite
# expensive.
_secret_backdoor_key = []
_secret_backdoor_key = object()
class HMAC:
"""RFC 2104 HMAC class. Also complies with RFC 4231.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment