Skip to content

Commit

Permalink
Update src/modules/musig/session_impl.h
Browse files Browse the repository at this point in the history
Co-authored-by: Elliott Jin <[email protected]>
  • Loading branch information
jonasnick and robot-dreams committed Dec 15, 2021
1 parent 7ad1220 commit 5954ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/musig/session_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ int secp256k1_musig_partial_sig_verify(const secp256k1_context* ctx, const secp2
* = d_tweak*d_agg*d[i]*P[i]
* = d_tweak*d_agg*|P[i]|
*
* The if condition is below is true whenever d_tweak*d_agg is
* The if condition below is true whenever d_tweak*d_agg is
* negative (again, see the explanation in musig_partial_sign). In
* this case, the verifier negates e which will have the same end
* result as negating |P[i]|, since they are multiplied later anyway.
Expand Down

0 comments on commit 5954ea3

Please sign in to comment.