btcd/btcec/schnorr/musig2
sputn1ck c5b3ed699f
btcec/schnorr/musig2: add public key to secnonce
This commit adds the public key to the sec nonce and ensures that we're
signing with the right key.

Reference: 0e3cfaa526
2022-11-03 23:02:06 +01:00
..
data btcec/schnorr/musig2: add public key to secnonce 2022-11-03 23:02:06 +01:00
bench_test.go btcec/schnorr/musig2: add pk option to NonceGen 2022-11-03 23:01:41 +01:00
context.go btcec/schnorr/musig2: add pk option to NonceGen 2022-11-03 23:01:41 +01:00
keys.go btcec/schnorr/musig2: add key tweak sign test vectors 2022-10-20 17:57:55 -07:00
keys_test.go btcec/schnorr/musig2: add sig verify+sign test vectors 2022-10-20 17:57:57 -07:00
musig2_test.go btcec/musig2: remove old canned test vector code 2022-10-20 17:58:04 -07:00
nonces.go btcec/schnorr/musig2: add public key to secnonce 2022-11-03 23:02:06 +01:00
nonces_test.go btcec/schnorr/musig2: add pk option to NonceGen 2022-11-03 23:01:41 +01:00
sign.go btcec/schnorr/musig2: add public key to secnonce 2022-11-03 23:02:06 +01:00
sign_test.go btcec/schnorr/musig2: add sig combine test vectors 2022-10-20 17:58:00 -07:00