Skip to content

Conversation

@cardoso
Copy link
Contributor

@cardoso cardoso commented Oct 5, 2025

In the JWK Algorithm Mappings table, the 'hash' property for the HS512 algorithm is formatted as a string ("SHA-512").

This PR changes the format to be an object ({ name: 'SHA-512' }), making it consistent with the format used by all other HMAC algorithms (HS1, HS256, HS384) in the table.

The table is non-normative, so this change is just to avoid confusing users of the API like me.


Preview | Diff

In the JWK Algorithm Mappings table, the 'hash' property for the
HS512 algorithm is formatted as a string ("SHA-512").

This commit changes the format to be an object ({ name: 'SHA-512' }),
making it consistent with the format used by all other HMAC
algorithms (HS1, HS256, HS384) in the table.
@w3cbot
Copy link

w3cbot commented Oct 5, 2025

cardoso marked as non substantive for IPR from ash-nazg.

@plehegar plehegar added editorial Errata Erratum for a W3C Recommendation ErratumRaised Raised to become an Errata later and removed Errata Erratum for a W3C Recommendation labels Oct 6, 2025
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 6fac7a5 into w3c:main Dec 2, 2025
1 check passed
github-actions bot added a commit that referenced this pull request Dec 2, 2025
SHA: 6fac7a5
Reason: push, by twiss

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

editorial ErratumRaised Raised to become an Errata later

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants