Skip to content

Commit

Permalink
musig: remove superfluous comment
Browse files Browse the repository at this point in the history
This was simply forgotten to be removed.
  • Loading branch information
jonasnick committed Dec 30, 2021
1 parent b220661 commit b109495
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/modules/musig/session_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -664,13 +664,6 @@ int secp256k1_musig_partial_sig_verify(const secp256k1_context* ctx, const secp2
secp256k1_musig_keyaggcoef(&mu, &cache_i, &pkp.x);
secp256k1_scalar_mul(&e, &session_i.challenge, &mu);

/* If the MuSig-aggregate point has an odd Y coordinate, the signers will
* sign for the negation of their individual xonly public key. If the
* aggregate key is untweaked, then internal_key_parity is 0, so `e` is
* negated exactly when the aggregate key parity is odd. If the aggregate
* key is tweaked, then negation happens when the aggregate key has an odd Y
* coordinate XOR the internal key has an odd Y coordinate.*/

/* When producing a partial signature, signer i uses a possibly
* negated secret key:
*
Expand Down

0 comments on commit b109495

Please sign in to comment.