-
Notifications
You must be signed in to change notification settings - Fork 12
VerificationError: Verification failed #13
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
Comments
I'll take a look at this and see if it's something I can fix. |
I think I may have found the issue.
So, they're the same, except that expected (the top one) has a leading 0. I'll try to find out which one is supposed to be the right one. |
@brentru Do you have any input on which one I should be using? |
@dherrada I'm not 100% on which one since I haven't touched this library in a while. I'd suggest comparing this against the Python3 output from the library which this is based on, https://github.com/sybrenstuvel/python-rsa, and verifying. |
Here are the 3 that are failing because of a VerificationError I suspect test_sign_verify_fail is also failing. All of the following outputs are from rsa_tests.py:
The text was updated successfully, but these errors were encountered: