vbuterin / pybitcointools

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

pubkey_to_privkey_verify #140

Closed daedalus closed 6 years ago

daedalus commented 8 years ago

It just verifies if a given pubkey and a given privkey matches

vbuterin commented 8 years ago

I think you might also want to all decode_pubkey to decode the pubkey to the standard tuple format after dividing.

wizardofozzie commented 8 years ago

I had a similar idea, see my fork

though I didn't see the need for a verify function outside unittesting