mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
ce93b236aa
In this commit, we modify the musig2 interfaces to instead use an explicit value for the local nonces. Before this commit, we used the functional option, but we want to also support specifying this value over RPC for the remote signer. The functional option pattern is opaque, so we can't get the nonce value we need. To get around this, we'll just make this an explicit pointer, then map this to the functional option at the very last moment. |
||
---|---|---|
.. | ||
input.go | ||
musig2_session_manager.go | ||
musig2_test.go | ||
musig2.go | ||
script_desc.go | ||
script_utils_test.go | ||
script_utils.go | ||
signdescriptor_test.go | ||
signdescriptor.go | ||
signer.go | ||
size_test.go | ||
size.go | ||
taproot_test.go | ||
taproot.go | ||
test_utils.go | ||
txout_test.go | ||
txout.go | ||
witnessgen.go |