mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Whitespace normalization.
This commit is contained in:
parent
135cce8718
commit
8876848323
5 changed files with 6 additions and 8 deletions
|
|
@ -35,7 +35,7 @@ class HMAC:
|
|||
self.outer = digestmod.new()
|
||||
self.inner = digestmod.new()
|
||||
self.digest_size = digestmod.digest_size
|
||||
|
||||
|
||||
blocksize = 64
|
||||
ipad = "\x36" * blocksize
|
||||
opad = "\x5C" * blocksize
|
||||
|
|
@ -97,4 +97,3 @@ def new(key, msg = None, digestmod = None):
|
|||
method.
|
||||
"""
|
||||
return HMAC(key, msg, digestmod)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue