We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed some values are checked more than once by the primality test, and don't see any obvious reason for the test to repeat for just those inputs. The values 164280218643672633986221, 318665857834031151167461, and 360681321802296925566181 all appear multiple times in the test data in https://github.com/google/wycheproof/blob/master/java/com/google/security/wycheproof/testcases/BigIntegerTest.java
Maybe they can be removed, or maybe there should be a comment explaining the duplication.
Thanks for this great set of tests.
The text was updated successfully, but these errors were encountered:
Thanks randombit. We'll remove these dups soon.
Sorry, something went wrong.
This is fixed with PR #19.
Fix C2SP#23 and C2SP#2
73730d3
Fix #23 and #2 (#24)
62e1bf0
No branches or pull requests
I noticed some values are checked more than once by the primality test, and don't see any obvious reason for the test to repeat for just those inputs. The values 164280218643672633986221, 318665857834031151167461, and 360681321802296925566181 all appear multiple times in the test data in https://github.com/google/wycheproof/blob/master/java/com/google/security/wycheproof/testcases/BigIntegerTest.java
Maybe they can be removed, or maybe there should be a comment explaining the duplication.
Thanks for this great set of tests.
The text was updated successfully, but these errors were encountered: