btcd/btcec/schnorr/musig2
Olaoluwa Osuntokun 55e40f4536
btcec/schnorr/musig2: fix BenchmarkPartialVerify
In this commit, we fix the `BenchmarkPartialVerify` test. When we moved
to musig 1.0, we stopped requiring the input as an x-only key. So we
need to remove the round trip serialization to force the key to be
x-only.
2022-11-09 12:50:18 -08:00
..
data btcec/schnorr/musig2: add pubkey check to Sign 2022-11-03 23:02:12 +01:00
bench_test.go btcec/schnorr/musig2: fix BenchmarkPartialVerify 2022-11-09 12:50:18 -08: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 pubkey check to Sign 2022-11-03 23:02:12 +01:00
sign_test.go btcec/schnorr/musig2: add sig combine test vectors 2022-10-20 17:58:00 -07:00