btcd/btcec/schnorr/musig2
sputn1ck 883a03da99
musig2: add early nonce gen KnownSigners test
This commit changes the early nonce gen test to use the KnownSigners
Option for one of the contexts.
2023-07-11 14:01:37 +02: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 musig2: fix early nonce gen option 2023-07-11 14:01:36 +02: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 musig2: add early nonce gen KnownSigners test 2023-07-11 14:01:37 +02: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