As part of #7192, I added some taproot utility functions (which also could have used rust-bitcoin instead) to an sbtc module.
Those could be moved from there to stacks-common, but its not obvious to me exactly where yet. Moving them to the bitcoin module in deps_common doesn't necessarily make sense (because the new code shouldn't be copyright rust-bitcoin).
As part of #7192, I added some taproot utility functions (which also could have used rust-bitcoin instead) to an sbtc module.
Those could be moved from there to
stacks-common, but its not obvious to me exactly where yet. Moving them to the bitcoin module in deps_common doesn't necessarily make sense (because the new code shouldn't be copyright rust-bitcoin).