python-bitcoinlib icon indicating copy to clipboard operation
python-bitcoinlib copied to clipboard

Support creating a Schnorr Signature given a message

Open cjackie opened this issue 3 years ago • 1 comments
trafficstars

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

cjackie avatar Jul 30 '22 08:07 cjackie

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

timqi avatar Dec 11 '23 13:12 timqi