Skip to content

Commit adfa931

Browse files
add missing keyData declaration
SHA: 828d7c5 Reason: push, by panva Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 809ce82 commit adfa931

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

index.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@
260260
"date": "October 2024"
261261
}
262262
},
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"
265265
}</script>
266266
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/cg-draft"></head>
267267

@@ -270,7 +270,7 @@
270270
<h1 id="title" class="title">Modern Algorithms in the Web Cryptography API</h1>
271271
<p id="w3c-state">
272272
<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>
274274
</p>
275275
<dl>
276276

@@ -1552,6 +1552,9 @@ <h1 id="title" class="title">Modern Algorithms in the Web Cryptography API</h1>
15521552
<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>
15531553

15541554
<ol>
1555+
<li>
1556+
<p>Let <var>keyData</var> be the key data to be imported.</p>
1557+
</li>
15551558
<li>
15561559
<dl class="switch">
15571560
<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>
36713674
<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>
36723675

36733676
<ol>
3677+
<li>
3678+
<p>Let <var>keyData</var> be the key data to be imported.</p>
3679+
</li>
36743680
<li>
36753681
<p>
36763682
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>
41904196
<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>
41914197

41924198
<ol>
4199+
<li>
4200+
<p>Let <var>keyData</var> be the key data to be imported.</p>
4201+
</li>
41934202
<li>
41944203
<p>
41954204
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>
54665475
<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>
54675476

54685477
<ol>
5478+
<li>
5479+
<p>Let <var>keyData</var> be the key data to be imported.</p>
5480+
</li>
54695481
<li>
54705482
<p>
54715483
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

Comments
 (0)