mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
test: Fix a python double-space
This commit is contained in:
parent
31f8b4fa65
commit
2a71a58d4f
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user