Skip to content

Commit

Permalink
fixup! robot-dreams comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Jan 4, 2022
1 parent da2108b commit 7474bc1
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 @@ -553,7 +553,7 @@ int secp256k1_musig_partial_sign(const secp256k1_context* ctx, secp256k1_musig_p
* Note that our goal is to produce a partial signature corresponding to
* the final public key after m tweaking operations P_final = |P_agg[m]|.
*
* Define d[i] for 1 <= i <= n-1 and d_agg[i] for 0 <= i <= m so that:
* Define d[i] for 0 <= i <= n-1 and d_agg[i] for 0 <= i <= m so that:
* - |P[i]| = d[i]*P[i]
* - f(i+1, P_agg[i]) = d_agg[i]*P_agg[i] for 0 <= i <= m - 1
* - |P_agg[m]| = d_agg[m]*P_agg[m]
Expand Down

0 comments on commit 7474bc1

Please sign in to comment.