Skip to content
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

Split up X25519 and X448 deriveBits tests #48195

Merged

Conversation

javifernandez
Copy link
Contributor

@javifernandez javifernandez commented Sep 16, 2024

The Curve448 algorithm is not implemented in any of the major browsers, so it's better to define its tests in a separate file to avoid unnecessary noise on the tests for the Curve25519 algorithm.

@javifernandez javifernandez changed the title Split up Curve25519 and Curve488 tests Sep 16, 2024
@javifernandez javifernandez changed the title Split up Curve25519 and Curve448 tests Sep 16, 2024
@javifernandez javifernandez force-pushed the split-secure-curve-derive-tests branch 2 times, most recently from b8e53c9 to 673dd94 Compare September 17, 2024 08:21
@twiss twiss changed the title Split up Curve25519 and Curve448 deriveBits tests Sep 18, 2024
The Curve448 algorithm is not implemented in any of the major browsers, so it's
better to define its deriveBits / deriveKey tests in a separate file to avoid
unnecessary noise on the tests for the Curve25519 algorithm.
Copy link
Member

@twiss twiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks!

@twiss twiss merged commit 203d2ac into web-platform-tests:master Sep 19, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment