btcd/btcec/schnorr
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
..
musig2 btcec/schnorr/musig2: fix BenchmarkPartialVerify 2022-11-09 12:50:18 -08:00
bench_test.go btcec/schnorr: add benchmarks for sign/verify 2022-01-31 14:40:35 -08:00
error.go btcec/v2/schnorr: add initial BIP-340 schnorr sig implementation 2022-01-31 14:25:47 -08:00
pubkey.go btcec/v2/schnorr: add initial BIP-340 schnorr sig implementation 2022-01-31 14:25:47 -08:00
signature_test.go btcec/schnorr: use private key copy for BIP-340 signatures 2022-11-09 11:30:15 -08:00
signature.go btcec/schnorr: use private key copy for BIP-340 signatures 2022-11-09 11:30:15 -08:00