[WebCryptoAPI] Update cSHAKE and KMAC tests to renamed outputLength param#57802
Merged
twiss merged 1 commit intoweb-platform-tests:masterfrom Mar 16, 2026
Merged
[WebCryptoAPI] Update cSHAKE and KMAC tests to renamed outputLength param#57802twiss merged 1 commit intoweb-platform-tests:masterfrom
outputLength param#57802twiss merged 1 commit intoweb-platform-tests:masterfrom
Conversation
2f19f00 to
73cd563
Compare
panva
approved these changes
Mar 10, 2026
73cd563 to
5a40485
Compare
… param Update the tests for cSHAKE and KMAC to match the renamed `outputLength` parameter (from `length`).
5a40485 to
15a07ad
Compare
panva
approved these changes
Mar 11, 2026
annevk
approved these changes
Mar 16, 2026
panva
added a commit
to nodejs/node
that referenced
this pull request
Mar 16, 2026
PR-URL: #61875 Refs: web-platform-tests/wpt#57802 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
aduh95
pushed a commit
to nodejs/node
that referenced
this pull request
Mar 25, 2026
PR-URL: #61875 Refs: web-platform-tests/wpt#57802 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
VaishnavIUpadyaya
pushed a commit
to VaishnavIUpadyaya/node
that referenced
this pull request
Mar 27, 2026
PR-URL: nodejs#61875 Refs: web-platform-tests/wpt#57802 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
aduh95
pushed a commit
to nodejs/node
that referenced
this pull request
Mar 28, 2026
PR-URL: #61875 Refs: web-platform-tests/wpt#57802 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
aduh95
pushed a commit
to Flarna/node
that referenced
this pull request
Mar 30, 2026
PR-URL: nodejs#61875 Refs: web-platform-tests/wpt#57802 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
panva
added a commit
to panva/node
that referenced
this pull request
Apr 1, 2026
PR-URL: nodejs#61875 Refs: web-platform-tests/wpt#57802 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
aduh95
pushed a commit
to panva/node
that referenced
this pull request
Apr 3, 2026
PR-URL: nodejs#61875 Backport-PR-URL: nodejs#62539 Refs: web-platform-tests/wpt#57802 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the tests for cSHAKE and KMAC to match the renamed
outputLengthparameter (fromlength) changed in WICG/webcrypto-modern-algos#52.