Fix typo in pyelliptic.hash
This commit is contained in:
parent
6fa407aefe
commit
3216382158
|
@ -35,7 +35,7 @@ def equals(a, b):
|
|||
|
||||
def hmac_sha256(k, m):
|
||||
"""
|
||||
Compute the key and the message with HMAC SHA5256
|
||||
Compute the key and the message with HMAC SHA256
|
||||
"""
|
||||
key = OpenSSL.malloc(k, len(k))
|
||||
d = OpenSSL.malloc(m, len(m))
|
||||
|
|
Reference in New Issue
Block a user