pybitcointools icon indicating copy to clipboard operation
pybitcointools copied to clipboard

Fix ecdsa_raw verify and recover

Open wizardofozzie opened this issue 8 years ago • 3 comments

ecdsa v value fix (tests working!)

wizardofozzie avatar Aug 01 '16 04:08 wizardofozzie

v = 0 fails on ecdsa_raw_recover and ecdsa_raw_verify (False and ValueError, respectively) since v value is lost with DER encoding

wizardofozzie avatar Aug 01 '16 04:08 wizardofozzie

@vbuterin this code fixes failing tests

wizardofozzie avatar Sep 26 '16 04:09 wizardofozzie

@vbuterin can this be merged, so tests stops failing? thanks

reiven avatar Oct 14 '16 17:10 reiven