|
284 | 284 | "id": "draft-ietf-lamps-dilithium-certificates" |
285 | 285 | } |
286 | 286 | }, |
287 | | - "publishISODate": "2025-09-09T00:00:00.000Z", |
288 | | - "generatedSubtitle": "Draft Community Group Report 09 September 2025" |
| 287 | + "publishISODate": "2025-09-11T00:00:00.000Z", |
| 288 | + "generatedSubtitle": "Draft Community Group Report 11 September 2025" |
289 | 289 | }</script> |
290 | 290 | <link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/cg-draft"></head> |
291 | 291 |
|
|
294 | 294 | <h1 id="title" class="title">Modern Algorithms in the Web Cryptography API</h1> |
295 | 295 | <p id="w3c-state"> |
296 | 296 | <a href="https://www.w3.org/standards/types#reports">Draft Community Group Report</a> |
297 | | - <time class="dt-published" datetime="2025-09-09">09 September 2025</time> |
| 297 | + <time class="dt-published" datetime="2025-09-11">11 September 2025</time> |
298 | 298 | </p> |
299 | 299 | <dl> |
300 | 300 |
|
@@ -6519,9 +6519,17 @@ <h1 id="title" class="title">Modern Algorithms in the Web Cryptography API</h1> |
6519 | 6519 | <var>normalizedAlgorithm</var> is present: |
6520 | 6520 | </dt> |
6521 | 6521 | <dd> |
6522 | | - Let <var>length</var> be equal to the |
6523 | | - <a data-link-type="idl" href="#dfn-KmacKeyGenParams-length" class="internalDFN" id="ref-for-dfn-KmacKeyGenParams-length-3"><code>length</code></a> |
6524 | | - member of <var>normalizedAlgorithm</var>. |
| 6522 | + <ol> |
| 6523 | + <li> |
| 6524 | + Let <var>length</var> be equal to the |
| 6525 | + <a data-link-type="idl" href="#dfn-KmacKeyGenParams-length" class="internalDFN" id="ref-for-dfn-KmacKeyGenParams-length-3"><code>length</code></a> |
| 6526 | + member of <var>normalizedAlgorithm</var>. |
| 6527 | + </li> |
| 6528 | + <li> |
| 6529 | + If <var>length</var> is zero, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw">throw</a> an |
| 6530 | + <a data-link-type="exception" data-lt="OperationError" href="https://webidl.spec.whatwg.org/#operationerror"><code>OperationError</code></a>. |
| 6531 | + </li> |
| 6532 | + </ol> |
6525 | 6533 | </dd> |
6526 | 6534 | <dt> |
6527 | 6535 | Otherwise, if the <a data-link-type="dict-member" href="https://www.w3.org/TR/webcrypto-2/#dom-algorithm-name"><code>name</code></a> member of |
|
0 commit comments