Skip to content

Commit

Permalink
Merge pull request #216 from tuxuser/fix/docstring_rfc6679
Browse files Browse the repository at this point in the history
Fix docstring in keys.py: RFC6697 should be RFC6979
  • Loading branch information
tomato42 committed Nov 20, 2020
2 parents 57e7c8e + 7a186a8 commit e223e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ecdsa/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ def sign_deterministic(
extra_entropy=b"",
):
"""
Create signature over data using the deterministic RFC6679 algorithm.
Create signature over data using the deterministic RFC6979 algorithm.
The data will be hashed using the `hashfunc` function before signing.
Expand Down Expand Up @@ -1235,7 +1235,7 @@ def sign_digest_deterministic(
allow_truncate=False,
):
"""
Create signature for digest using the deterministic RFC6679 algorithm.
Create signature for digest using the deterministic RFC6979 algorithm.
`digest` should be the output of cryptographically secure hash function
like SHA256 or SHA-3-256.
Expand Down

0 comments on commit e223e8e

Please sign in to comment.