Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Redundant conditional in ecdsa_impl.h #10811
Comments
|
You should submit this issue to the upstream secp256k1 repository https://github.com/bitcoin-core/secp256k1. |
|
Okay, that makes sense, thanks |
corebob
closed this
Jul 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
corebob commentedJul 12, 2017
•
edited
The following code block can be seen in src/secp256k1/src/ecdsa_impl.h starting at line 83
The conditional if statement at line 84 doesn't appear to have a purpose other than spending cycles