Merge pull request #90 from plutomonkey/typo

Fix typo in MuSig documentation.
This commit is contained in:
Tim Ruffing 2020-05-06 14:12:45 +02:00 committed by GitHub
commit dc4181ae30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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