|
260 | 260 | "date": "October 2024" |
261 | 261 | } |
262 | 262 | }, |
263 | | - "publishISODate": "2025-08-08T00:00:00.000Z", |
264 | | - "generatedSubtitle": "Draft Community Group Report 08 August 2025" |
| 263 | + "publishISODate": "2025-08-11T00:00:00.000Z", |
| 264 | + "generatedSubtitle": "Draft Community Group Report 11 August 2025" |
265 | 265 | }</script> |
266 | 266 | <link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/cg-draft"></head> |
267 | 267 |
|
|
270 | 270 | <h1 id="title" class="title">Modern Algorithms in the Web Cryptography API</h1> |
271 | 271 | <p id="w3c-state"> |
272 | 272 | <a href="https://www.w3.org/standards/types#reports">Draft Community Group Report</a> |
273 | | - <time class="dt-published" datetime="2025-08-08">08 August 2025</time> |
| 273 | + <time class="dt-published" datetime="2025-08-11">11 August 2025</time> |
274 | 274 | </p> |
275 | 275 | <dl> |
276 | 276 |
|
@@ -1552,6 +1552,9 @@ <h1 id="title" class="title">Modern Algorithms in the Web Cryptography API</h1> |
1552 | 1552 | <section id="ml-kem-operations-import-key"><div class="header-wrapper"><h4 id="x6-3-4-import-key"><bdi class="secno">6.3.4 </bdi>Import Key</h4><a class="self-link" href="#ml-kem-operations-import-key" aria-label="Permalink for Section 6.3.4"></a></div> |
1553 | 1553 |
|
1554 | 1554 | <ol> |
| 1555 | + <li> |
| 1556 | + <p>Let <var>keyData</var> be the key data to be imported.</p> |
| 1557 | + </li> |
1555 | 1558 | <li> |
1556 | 1559 | <dl class="switch"> |
1557 | 1560 | <dt>If <var>format</var> is "<a data-link-type="idl" href="#dom-keyformat-raw-public" class="internalDFN" id="ref-for-dom-keyformat-raw-public-3"><code>raw-public</code></a>":</dt> |
@@ -3671,6 +3674,9 @@ <h1 id="title" class="title">Modern Algorithms in the Web Cryptography API</h1> |
3671 | 3674 | <section id="aes-ocb-operations-import-key"><div class="header-wrapper"><h4 id="x9-4-4-import-key"><bdi class="secno">9.4.4 </bdi>Import Key</h4><a class="self-link" href="#aes-ocb-operations-import-key" aria-label="Permalink for Section 9.4.4"></a></div> |
3672 | 3675 |
|
3673 | 3676 | <ol> |
| 3677 | + <li> |
| 3678 | + <p>Let <var>keyData</var> be the key data to be imported.</p> |
| 3679 | + </li> |
3674 | 3680 | <li> |
3675 | 3681 | <p> |
3676 | 3682 | If <var>usages</var> contains an entry which is not |
@@ -4190,6 +4196,9 @@ <h1 id="title" class="title">Modern Algorithms in the Web Cryptography API</h1> |
4190 | 4196 | <section id="chacha20-poly1305-operations-import-key"><div class="header-wrapper"><h4 id="x10-3-4-import-key"><bdi class="secno">10.3.4 </bdi>Import Key</h4><a class="self-link" href="#chacha20-poly1305-operations-import-key" aria-label="Permalink for Section 10.3.4"></a></div> |
4191 | 4197 |
|
4192 | 4198 | <ol> |
| 4199 | + <li> |
| 4200 | + <p>Let <var>keyData</var> be the key data to be imported.</p> |
| 4201 | + </li> |
4193 | 4202 | <li> |
4194 | 4203 | <p> |
4195 | 4204 | If <var>usages</var> contains an entry which is not |
@@ -5466,6 +5475,9 @@ <h1 id="title" class="title">Modern Algorithms in the Web Cryptography API</h1> |
5466 | 5475 | <section id="argon2-operations-import-key"><div class="header-wrapper"><h4 id="x14-4-2-import-key"><bdi class="secno">14.4.2 </bdi>Import key</h4><a class="self-link" href="#argon2-operations-import-key" aria-label="Permalink for Section 14.4.2"></a></div> |
5467 | 5476 |
|
5468 | 5477 | <ol> |
| 5478 | + <li> |
| 5479 | + <p>Let <var>keyData</var> be the key data to be imported.</p> |
| 5480 | + </li> |
5469 | 5481 | <li> |
5470 | 5482 | <p> |
5471 | 5483 | If <var>format</var> is not "<a data-link-type="idl" href="#dom-keyformat-raw-secret" class="internalDFN" id="ref-for-dom-keyformat-raw-secret-12"><code>raw-secret</code></a>", <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw">throw</a> a <a data-link-type="exception" data-lt="NotSupportedError" href="https://webidl.spec.whatwg.org/#notsupportederror"><code>NotSupportedError</code></a> |
|
0 commit comments