mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-10 17:26:07 +01:00
In this commit, we enable early nonce generation, allowing callers to obtain generated nonces before the total set of signers is actually known. This type of nonce generation is useful for contexts like LN funding when we want to minimize the round trips and send nonces before we know the pubkey of the other party. |
||
---|---|---|
.. | ||
bench_test.go | ||
context.go | ||
keys.go | ||
musig2_test.go | ||
nonces.go | ||
sign.go |