test: Fix a python double-space

This commit is contained in:
teor 2019-11-17 00:04:10 +10:00
parent 31f8b4fa65
commit 2a71a58d4f
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

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)