lnd/internal/musig2v040
Oliver Gugger 0154226233
internal/musig2: rename to musig2v040 to avoid confusion
Since we explicitly keep an old version of a library in lnd for backward
compatibility we want to make sure the purpose and version of it is
clear and not misleading.
2023-02-03 18:30:09 +01:00
..
bench_test.go internal/musig2: rename to musig2v040 to avoid confusion 2023-02-03 18:30:09 +01:00
context.go internal/musig2: rename to musig2v040 to avoid confusion 2023-02-03 18:30:09 +01:00
keys.go internal/musig2: rename to musig2v040 to avoid confusion 2023-02-03 18:30:09 +01:00
musig2_test.go internal/musig2: rename to musig2v040 to avoid confusion 2023-02-03 18:30:09 +01:00
nonces.go internal/musig2: rename to musig2v040 to avoid confusion 2023-02-03 18:30:09 +01:00
README.md internal/musig2: rename to musig2v040 to avoid confusion 2023-02-03 18:30:09 +01:00
sign.go internal/musig2: rename to musig2v040 to avoid confusion 2023-02-03 18:30:09 +01:00

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.