Skip to content

Commit ee263e3

Browse files
committed
Fixed a docstring that got out of sync with the signature.
1 parent e7a6daf commit ee263e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecdsa/rfc6979.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def bits2octets(data, order):
5353
# https://tools.ietf.org/html/rfc6979#section-3.2
5454
def generate_k(order, secexp, hash_func, data):
5555
'''
56-
generator - order of the DSA generator used in the signature
56+
order - order of the DSA generator used in the signature
5757
secexp - secure exponent (private key) in numeric form
5858
hash_func - reference to the same hash function used for generating hash
5959
data - hash in binary form of the signing data

0 commit comments

Comments
 (0)