Skip to content

script: Implement sign, verify and generateKey operations of Ed448 - #46180

Merged
Loirooriol merged 1 commit into
servo:mainfrom
kkoyung:ed448-sign-verify-generate
Jul 2, 2026
Merged

Loirooriol merged 1 commit into
servo:mainfrom
kkoyung:ed448-sign-verify-generate

Conversation

@kkoyung

@kkoyung kkoyung commented Jul 2, 2026

Copy link
Copy Markdown
Member

Continue on adding Ed448 support to WebCrypto API implementation

This patch implements the sign, verify and generateKey operations of Ed448.

Specification: https://wicg.github.io/webcrypto-secure-curves/#ed448
Testing: Pass more WPT tests in WebCryptoAPI directory
Part-of: #46140

Continue on adding Ed448 support to WebCrypto API implementation

This patch implements the sign, verify and generateKey operations of
Ed448.

Specification: <https://wicg.github.io/webcrypto-secure-curves/#ed448>
Testing: Covered by WPT tests in `WebCryptoAPI` directory
Part-of: 46140
Signed-off-by: Kingsley Yung <[email protected]>
@kkoyung
kkoyung requested a review from gterzian as a code owner July 2, 2026 06:55
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Jul 2, 2026
@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Jul 2, 2026
@TimvdLippe
TimvdLippe added this pull request to the merge queue Jul 2, 2026
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Jul 2, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 2, 2026
@servo-highfive servo-highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Jul 2, 2026
@TimvdLippe
TimvdLippe added this pull request to the merge queue Jul 2, 2026
@servo-highfive servo-highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Jul 2, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 2, 2026
@servo-highfive servo-highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Jul 2, 2026
@TimvdLippe
TimvdLippe added this pull request to the merge queue Jul 2, 2026
@servo-highfive servo-highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Jul 2, 2026
@Loirooriol

Copy link
Copy Markdown
Contributor

Removing and re-adding to merge queue because of failure: https://github.com/servo/servo/actions/runs/28617270985/job/84864158512

@Loirooriol
Loirooriol removed this pull request from the merge queue due to a manual request Jul 2, 2026
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Jul 2, 2026
@Loirooriol
Loirooriol added this pull request to the merge queue Jul 2, 2026
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Jul 2, 2026
Merged via the queue into servo:main with commit b9d08a7 Jul 2, 2026
49 checks passed
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Jul 2, 2026
@kkoyung
kkoyung deleted the ed448-sign-verify-generate branch August 2, 2026 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants