Introduce TaprootSigner trait.
authorArik Sosman <git@arik.io>
Sun, 7 May 2023 04:13:53 +0000 (21:13 -0700)
committerArik Sosman <git@arik.io>
Tue, 28 Nov 2023 00:27:21 +0000 (16:27 -0800)
commitf862aa9f5f95b89b3d202f425669a4c7dfcdce3e
treee7065e0c743cd056f227b3594d7cbee6d9a65b34
parent27b9794beddbef6f0cf844d4fc7afed0226c765f
Introduce TaprootSigner trait.

For Taproot support, we need to define an alternative trait to
EcdsaChannelSigner. This trait will be implemented by all signers
that wish to support Taproot channels.
lightning/src/sign/mod.rs
lightning/src/sign/taproot.rs [new file with mode: 0644]