vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 856 forks source link

Sign/Verify Litecoin message #199

Open sszaharovd opened 5 years ago

sszaharovd commented 5 years ago

Good day. I'm trying to implement the functionality of signing and verifying a message using the Litecoin address and private key through your library. I use the function ecdsa_sign and check the received signature through the site Litecoin. However, each time the verification produces False. Tell me what is the difference between signing the Bitcoin message and Lightcoin through your library?