Skip to content

Commit fabc8f7

Browse files
jasondaviesreal-or-random
authored andcommitted
Fix typo in MuSig documentation.
1 parent 96201b4 commit fabc8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/musig/musig.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The resulting signatures are valid Schnorr signatures as described in [2].
1414
In MuSig all signers contribute key material to a single signing key,
1515
using the equation
1616

17-
P = sum_i µ_i - P_i
17+
P = sum_i µ_i * P_i
1818

1919
where `P_i` is the public key of the `i`th signer and `µ_i` is a so-called
2020
_MuSig coefficient_ computed according to the following equation

0 commit comments

Comments
 (0)