Skip to content

script: Implement generateKey and get key length operations of KMAC - #46606

Merged
TimvdLippe merged 1 commit into
servo:mainfrom
kkoyung:kmac-generate-get-length
Jul 18, 2026
Merged

script: Implement generateKey and get key length operations of KMAC#46606
TimvdLippe merged 1 commit into
servo:mainfrom
kkoyung:kmac-generate-get-length

Conversation

@kkoyung

@kkoyung kkoyung commented Jul 18, 2026

Copy link
Copy Markdown
Member

Continue on adding KMAC support to WebCrypto API implementation.

This patch implements the "generateKey" and "get key length" operations of KMAC.

Specification:
https://wicg.github.io/webcrypto-modern-algos/#kmac-operations-generate-key
https://wicg.github.io/webcrypto-modern-algos/#kmac-operations-get-key-length

Testing: Pass more WPT tests in WebCryptoAPI directory
Part-of: #46582

Continue on adding KMAC support to WebCrypto API implementation.

This patch implements the "generateKey" and "get key length" operations
of KMAC.

Specification:
<https://wicg.github.io/webcrypto-modern-algos/#kmac-operations-generate-key>
<https://wicg.github.io/webcrypto-modern-algos/#kmac-operations-get-key-length>

Testing: Pass more WPT tests in `WebCryptoAPI` directory
Part-of: 46582

Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
@kkoyung
kkoyung requested a review from gterzian as a code owner July 18, 2026 06:00
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Jul 18, 2026
@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Jul 18, 2026
@TimvdLippe
TimvdLippe added this pull request to the merge queue Jul 18, 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 18, 2026
Merged via the queue into servo:main with commit 49fc280 Jul 18, 2026
34 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 18, 2026
@kkoyung
kkoyung deleted the kmac-generate-get-length branch August 2, 2026 04:02
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