Commit 6fac7a5
authored
Align hash property format for HS512 mapping (#418)
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.1 parent 79841c3 commit 6fac7a5
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16310 | 16310 | | |
16311 | 16311 | | |
16312 | 16312 | | |
16313 | | - | |
| 16313 | + | |
| 16314 | + | |
16314 | 16315 | | |
16315 | 16316 | | |
16316 | 16317 | | |
| |||
0 commit comments