File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments