Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecdsa_raw_verify() with der_decode_sig() always Error, because of 27 <= None <= 34 #210

Open
b0r1ngx opened this issue Apr 6, 2022 · 1 comment

Comments

@b0r1ngx
Copy link

b0r1ngx commented Apr 6, 2022

I'm try using blockcypher python library, but problem is in bitcoin lib:
image

I just try to navigate at library methods, and see that it always error on this place, because method ecdsa_raw_verify(), always get tuple type (None, Int, Int), and we get in v None always, and then compare it between 27 and 34

image

image

on 529 code line, we always get error
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@b0r1ngx and others