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

Slit up Curve448 and Curve25519 import tests #48206

Merged

Conversation

javifernandez
Copy link
Contributor

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

The Curve448 algorithm is not implemented in any of the major browsers,
so it's better to define its import/export tests in a separate file to
avoid  unnecessary noise on the tests for the Curve25519 algorithm.
@twiss twiss merged commit 575f88f into web-platform-tests:master Sep 18, 2024
18 checks passed
jcscottiii added a commit to wptmetadata-bot/wpt-metadata that referenced this pull request Sep 24, 2024
github-actions bot pushed a commit to web-platform-tests/wpt-metadata that referenced this pull request Sep 24, 2024
* Run curl -s -S https://wpt.fyi/api/manifest?sha=latest >> go_test/MANIFEST.json

* Adjust meta for import_export

Due to changes from web-platform-tests/wpt#48206

---------

Co-authored-by: KyleJu <KyleJu@users.noreply.github.com>
Co-authored-by: James Scott <jamescscott@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment