btcd/btcutil/psbt
Olaoluwa Osuntokun 6fc4199ee4
txscript: add new RawTxInTapscriptSignature to generate tapsript sigs
In this commit, we add a new function `RawTxInTapscriptSignature` that
will be used to generate signatures in the _tapscript_ context. Note
that this differs from top-level taproot as a distinct sighash is used,
and we _always_ accept a root hash to perform the proper tweak.
2022-03-15 18:23:08 -07:00
..
bip32.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
creator.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
extractor.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
finalizer.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
go.mod txscript: add new RawTxInTapscriptSignature to generate tapsript sigs 2022-03-15 18:23:08 -07:00
go.sum txscript: add new RawTxInTapscriptSignature to generate tapsript sigs 2022-03-15 18:23:08 -07:00
partial_input.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
partial_output.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
partialsig.go btcec/v2: create new ecdsa package 2022-01-31 14:25:39 -08:00
psbt.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
psbt_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
signer.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
sort.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
sort_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
types.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
updater.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
utils.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
utils_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00