Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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