mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
test: Fix a python double-space
This commit is contained in:
@@ -99,7 +99,7 @@ else:
|
||||
def int2byte(i):
|
||||
return bytes([i])
|
||||
|
||||
def kdf_rfc5869(key, salt, info, n):
|
||||
def kdf_rfc5869(key, salt, info, n):
|
||||
|
||||
prk = HMAC(key=salt, msg=key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user