File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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.
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>
You can’t perform that action at this time.
0 commit comments