bitcoinlib icon indicating copy to clipboard operation
bitcoinlib copied to clipboard

Signing a str message

Open tomjeannesson opened this issue 3 years ago • 2 comments

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?

tomjeannesson avatar Mar 03 '23 15:03 tomjeannesson

This is not implemented in this library at the moment, I know Electrum has an option to sign messages

mccwdev avatar Mar 10 '23 12:03 mccwdev

@mccwdev I could probably do a PR for this if interested. Assume you'd want tests for this also? Cheers

MorningLightMountain713 avatar Jul 09 '23 17:07 MorningLightMountain713