We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7a6daf + ee263e3 commit 333bbf2Copy full SHA for 333bbf2
ecdsa/rfc6979.py
@@ -53,7 +53,7 @@ def bits2octets(data, order):
53
# https://tools.ietf.org/html/rfc6979#section-3.2
54
def generate_k(order, secexp, hash_func, data):
55
'''
56
- generator - order of the DSA generator used in the signature
+ order - order of the DSA generator used in the signature
57
secexp - secure exponent (private key) in numeric form
58
hash_func - reference to the same hash function used for generating hash
59
data - hash in binary form of the signing data
0 commit comments