Skip to content

Commit e223e8e

Browse files
authored
Merge pull request #216 from tuxuser/fix/docstring_rfc6679
Fix docstring in keys.py: RFC6697 should be RFC6979
2 parents 57e7c8e + 7a186a8 commit e223e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ecdsa/keys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ def sign_deterministic(
11841184
extra_entropy=b"",
11851185
):
11861186
"""
1187-
Create signature over data using the deterministic RFC6679 algorithm.
1187+
Create signature over data using the deterministic RFC6979 algorithm.
11881188
11891189
The data will be hashed using the `hashfunc` function before signing.
11901190
@@ -1235,7 +1235,7 @@ def sign_digest_deterministic(
12351235
allow_truncate=False,
12361236
):
12371237
"""
1238-
Create signature for digest using the deterministic RFC6679 algorithm.
1238+
Create signature for digest using the deterministic RFC6979 algorithm.
12391239
12401240
`digest` should be the output of cryptographically secure hash function
12411241
like SHA256 or SHA-3-256.

0 commit comments

Comments
 (0)