vbuterin / pybitcointools

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

ECDSA funcs updated, added is_address #127

Closed wizardofozzie closed 8 years ago

wizardofozzie commented 8 years ago

ECDSA functions accept compressed keys; is_address and related added

wizardofozzie commented 8 years ago

This PR is required since the previous PR refers to is_address, which is not in main.py @vbuterin