-
Notifications
You must be signed in to change notification settings - Fork 83
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
For arbitrary message, is empty signature valid for empty public key? #74
Comments
Add explicit test to confirm this behavior for now. |
Sounds like a good case for default behavior being for it to return |
I can get onboard with this. Need to get eth-keys up-to-date with BLS signatures and it seems appropriate for it to house the higher level APIs. |
* bump versions in dependencies and ci builds * move tox to [dev] per issue ethereum#34 * move RTD deps pointer into .readthedocs.yml * unpin flake8 add flake8-bugbear to lint deps
What is wrong?
To py_ecc, if you sign a message with an empty public key and an empty signature, it verifies True. That seems wrong.
Arguments to return True
Arguments to return False
How can it be fixed
The text was updated successfully, but these errors were encountered: