Skip to content

Conversation

@panva
Copy link
Member

@panva panva commented Nov 20, 2025

Refs: WICG/webcrypto-modern-algos#35

Changes the order of operations to account for the upcoming addition of KeyFormat enum values. This is not an observable change. Where before every single valid KeyFormat value was mentioned, now only "jwk" is with everything else falling into the buffer cases with Otherwise:

If non-jwk:
  do()
If jwk:
  do()
<missing otherwise>

To

If jwk:
  do()
Otherwise:
  do()

Preview | Diff

@panva
Copy link
Member Author

panva commented Nov 29, 2025

ping @twiss

Copy link
Member

@twiss twiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@twiss twiss merged commit 79841c3 into w3c:main Dec 2, 2025
2 checks passed
github-actions bot added a commit that referenced this pull request Dec 2, 2025
SHA: 79841c3
Reason: push, by twiss

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@panva panva deleted the prep-key-format branch December 2, 2025 13:12
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.

2 participants