
26 Nov
2019
26 Nov
'19
1:04 a.m.
commit 2a71a58d4ff1a0a55aac68f483be1ce12bb48488 Author: teor <teor@torproject.org> Date: Sun Nov 17 00:04:10 2019 +1000 test: Fix a python double-space --- src/test/ntor_ref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ntor_ref.py b/src/test/ntor_ref.py index 204f05e2a..3e642eb25 100755 --- a/src/test/ntor_ref.py +++ b/src/test/ntor_ref.py @@ -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)
1991
Age (days ago)
1991
Last active (days ago)
0 comments
1 participants
participants (1)
-
teor@torproject.org