test: Fix a python double-space

This commit is contained in:
teor
2019-11-17 00:04:10 +10:00
parent 31f8b4fa65
commit 2a71a58d4f
+1 -1
View File
@@ -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)