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
In https://github.com/google/wycheproof/blob/master/java/com/google/security/wycheproof/testcases/EcdhTest.java#L867 in method testDecode() there appears to be a copy-paste mistake:
ECParameterSpec params2 = key1.getParams(); // should be key2
This makes the following asserts to always be true.
The text was updated successfully, but these errors were encountered:
Thanks. I'll send a PR.
Sorry, something went wrong.
Fix C2SP#23 and C2SP#2
73730d3
62e1bf0
No branches or pull requests
In https://github.com/google/wycheproof/blob/master/java/com/google/security/wycheproof/testcases/EcdhTest.java#L867 in method testDecode() there appears to be a copy-paste mistake:
ECParameterSpec params2 = key1.getParams(); // should be key2
This makes the following asserts to always be true.
The text was updated successfully, but these errors were encountered: