You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/modules/musig/musig.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,10 @@ Essentially, the protocol proceeds in the following steps:
42
42
43
43
The aggregate signature can be verified with `secp256k1_schnorrsig_verify`.
44
44
45
-
Note that steps 1 to 6 can happen before the message to be signed is known to the signers.
45
+
Note that steps 1 to 5 can happen before the message to be signed is known to the signers.
46
46
Therefore, the communication round to exchange nonces can be viewed as a pre-processing step that is run whenever convenient to the signers.
47
47
This disables some of the defense-in-depth measures that may protect against API misuse in some cases.
48
-
Similarly, the API supports an alternative protocol flow where generating the aggregate key (steps 1 to 3) is allowed to happen after exchanging nonces (steps 4 to 6).
48
+
Similarly, the API supports an alternative protocol flow where generating the aggregate key (steps 1 to 3) is allowed to happen after exchanging nonces (steps 4 to 5).
0 commit comments