Skip to content

Conversation

@kkoyung
Copy link
Member

@kkoyung kkoyung commented Dec 1, 2025

Continue on adding ChaCha20-Poly1305 support to WebCrypto API.

This patch implements generate key operation of ChaCha20-Poly1305, using the crate chacha20poly1305 to support the cryptographic calculation.

Testing: Pass some WPT tests that were expected to fail.
Fixes: Part of #40687

Continue on adding ChaCha20-Poly1305 support to WebCrypto API.

This patch implements generate key operation of ChaCha20-Poly1305, using
the crate `chacha20poly1305` to support the cryptographic calculation.

Testing: Pass some WPT tests that were expected to fail.
Fixes: Part of 40687

Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
@kkoyung kkoyung requested a review from gterzian as a code owner December 1, 2025 09:24
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Dec 1, 2025
@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Dec 1, 2025
@Taym95 Taym95 added this pull request to the merge queue Dec 1, 2025
@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 Dec 1, 2025
Merged via the queue into servo:main with commit c30e112 Dec 1, 2025
32 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 Dec 1, 2025
@kkoyung kkoyung deleted the chacha20poly1305-generate branch December 2, 2025 06:47
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.

3 participants