bitcoinlib
bitcoinlib copied to clipboard
Signing a str message
I would like to sign a long str message (about 600 characters). I'm having trouble doing so, and cant see to get a valid signature (I test with this tool).
Any ideas on how to do so?
This is not implemented in this library at the moment, I know Electrum has an option to sign messages
@mccwdev I could probably do a PR for this if interested. Assume you'd want tests for this also? Cheers