Skip to content

Commit 333bbf2

Browse files
author
Brian Warner
committed
Merge pull request #41 from alex/patch-1
Fixed a docstring that got out of sync with the signature.
2 parents e7a6daf + ee263e3 commit 333bbf2

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)