Skip to content

Commit 5954ea3

Browse files
Update src/modules/musig/session_impl.h
Co-authored-by: Elliott Jin <[email protected]>
1 parent 7ad1220 commit 5954ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/musig/session_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ int secp256k1_musig_partial_sig_verify(const secp256k1_context* ctx, const secp2
702702
* = d_tweak*d_agg*d[i]*P[i]
703703
* = d_tweak*d_agg*|P[i]|
704704
*
705-
* The if condition is below is true whenever d_tweak*d_agg is
705+
* The if condition below is true whenever d_tweak*d_agg is
706706
* negative (again, see the explanation in musig_partial_sign). In
707707
* this case, the verifier negates e which will have the same end
708708
* result as negating |P[i]|, since they are multiplied later anyway.

0 commit comments

Comments
 (0)