vbuterin / pybitcointools

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

Fixed ecdsa_verify, add address signature verify #125

Closed wizardofozzie closed 8 years ago

wizardofozzie commented 8 years ago

ecdsa_verify is returning int s % N rather than a boolean I've also added functionality to check verify an ecdsa signature using an address, rather than a private key. NB: I'll add support for v = 31 (i.e. compressed) shortly