mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
cd566eb097
Refactor fmt.Errorf usage to correctly wrap errors instead of using non-wrapping format verbs. |
||
---|---|---|
.. | ||
bench_test.go | ||
context.go | ||
keys.go | ||
musig2_test.go | ||
nonces.go | ||
README.md | ||
sign.go |
MuSig2 v0.4.0
This package contains an exact copy of the MuSig2 code as found in
github.com/btcsuite/btcec/v2/schnorr/musig2
at the tag btcec/v2.2.2
.
This corresponds to the MuSig2 BIP specification version of
v0.4.0
.
We only keep this code here to allow implementing a backward compatible, versioned MuSig2 RPC.