petertodd / python-bitcoinlib

Python3 library providing an easy interface to the Bitcoin data structures and protocol.
Other
1.84k stars 624 forks source link

Support creating a Schnorr Signature given a message #278

Open cjackie opened 2 years ago

cjackie commented 2 years ago

I'm working a nostr client in Python, and Nostr uses Bitcoin Schnorr signature for signing. It would be great that python-bitcoinlib would support that, and since the signature is support since TAPROOT, it should be in the library.

Thanks

timqi commented 10 months ago

Use btclib https://github.com/btclib-org/btclib instead