Skip to content

Commit 1263942

Browse files
Align hash property format for HS512 mapping (#418)
SHA: 6fac7a5 Reason: push, by twiss Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0213b32 commit 1263942

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124

125125
<meta name="color-scheme" content="light">
126-
<meta name="revision" content="79841c36d18a4223e374a8ae8f94b6376e12a523">
126+
<meta name="revision" content="6fac7a5a88129e4879725b46d609a7c9ca36982b">
127127
<meta name="description" content="This specification describes a JavaScript API for performing basic
128128
cryptographic operations in web applications, such as hashing,
129129
signature generation and verification, and encryption and decryption.
@@ -242,7 +242,7 @@
242242
"id": "x690"
243243
}
244244
},
245-
"gitRevision": "79841c36d18a4223e374a8ae8f94b6376e12a523",
245+
"gitRevision": "6fac7a5a88129e4879725b46d609a7c9ca36982b",
246246
"publishISODate": "2025-12-02T00:00:00.000Z",
247247
"generatedSubtitle": "W3C Editor's Draft 02 December 2025"
248248
}</script>
@@ -16356,7 +16356,8 @@ <h1 id="title" class="title">Web Cryptography API Level 2</h1>
1635616356
</td>
1635716357
<td>
1635816358
<pre aria-busy="false"><code class="hljs js">{ <span class="hljs-attr">name</span>: <span class="hljs-string">"HMAC"</span>,
16359-
<span class="hljs-attr">hash</span>: <span class="hljs-string">"SHA-512"</span> }</code></pre>
16359+
<span class="hljs-attr">hash</span>: { <span class="hljs-attr">name</span>: <span class="hljs-string">"SHA-512"</span> }
16360+
}</code></pre>
1636016361
</td>
1636116362
</tr>
1636216363
</tbody>

0 commit comments

Comments
 (0)