Open bbrtj opened 1 year ago
I am looking for volunteers willing to tackle Taproot support. Here is an overview of what works and what not:
$key->sign
sign_P2TR
verify
... and possibly others.
I started implementing in feature/taproot branch. Still very much looking for volunteers to implement this.
I am looking for volunteers willing to tackle Taproot support. Here is an overview of what works and what not:
$key->sign
(Bitcoin::Crypto::Transaction::Sign needssign_P2TR
method)verify
method, BIP342... and possibly others.