Fix typo in MuSig documentation.

This commit is contained in:
Jason Davies 2020-05-06 11:17:29 +01:00 committed by Tim Ruffing
parent 96201b4f6e
commit fabc8f74e7

View File

@ -14,7 +14,7 @@ The resulting signatures are valid Schnorr signatures as described in [2].
In MuSig all signers contribute key material to a single signing key,
using the equation
P = sum_i µ_i - P_i
P = sum_i µ_i * P_i
where `P_i` is the public key of the `i`th signer and `µ_i` is a so-called
_MuSig coefficient_ computed according to the following equation