feat(ext/crypto): make deriveBits length parameter optional and nullable#24426
Merged
littledivy merged 2 commits intodenoland:mainfrom Jul 4, 2024
panva:deriveBits-null
Merged
feat(ext/crypto): make deriveBits length parameter optional and nullable#24426littledivy merged 2 commits intodenoland:mainfrom panva:deriveBits-null
littledivy merged 2 commits intodenoland:mainfrom
panva:deriveBits-null
Conversation
Contributor
Author
|
cc @twiss for tracking the Deno implementation of w3c/webcrypto#345 |
Contributor
Author
|
ad https://github.com/denoland/deno/actions/runs/9794490713/job/27045978642 I've updated the expectations file, when and if you update the WPT files you'll be able to adjust this again. |
zebreus
pushed a commit
to zebreus/deno
that referenced
this pull request
Jul 8, 2024
…ble (denoland#24426) Updates SubtleCrypto.prototype.deriveBits as per w3c/webcrypto#345 (WPT update in web-platform-tests/wpt#43400)
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.
Updates SubtleCrypto.prototype.deriveBits as per w3c/webcrypto#345
(WPT update in web-platform-tests/wpt#43400)