pybitcointools
pybitcointools copied to clipboard
Fix ecdsa_raw verify and recover
ecdsa v value fix (tests working!)
v
= 0 fails on ecdsa_raw_recover
and ecdsa_raw_verify
(False
and ValueError
, respectively) since v
value is lost with DER encoding
@vbuterin this code fixes failing tests
@vbuterin can this be merged, so tests stops failing? thanks