Skip to content

Commit 7a50a64

Browse files
committed
fixup! crypto: support ML-KEM JWK key format
1 parent 8a6aeb9 commit 7a50a64

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

β€Ždoc/api/webcrypto.mdβ€Ž

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,9 @@ The algorithms currently supported include:
11121112
<!-- YAML
11131113
added: v15.0.0
11141114
changes:
1115+
- version: REPLACEME
1116+
pr-url: https://github.com/nodejs/node/pull/60933
1117+
description: ML-KEM jwk format is now supported.
11151118
- version: v24.8.0
11161119
pr-url: https://github.com/nodejs/node/pull/59647
11171120
description: KMAC algorithms are now supported.
@@ -1170,9 +1173,9 @@ specification.
11701173
| `'ML-DSA-44'`[^modern-algos] | βœ” | βœ” | βœ” | | | βœ” | βœ” |
11711174
| `'ML-DSA-65'`[^modern-algos] | βœ” | βœ” | βœ” | | | βœ” | βœ” |
11721175
| `'ML-DSA-87'`[^modern-algos] | βœ” | βœ” | βœ” | | | βœ” | βœ” |
1173-
| `'ML-KEM-512'`[^modern-algos] | βœ” | βœ” | | | | βœ” | βœ” |
1174-
| `'ML-KEM-768'`[^modern-algos] | βœ” | βœ” | | | | βœ” | βœ” |
1175-
| `'ML-KEM-1024'`[^modern-algos] | βœ” | βœ” | | | | βœ” | βœ” |
1176+
| `'ML-KEM-512'`[^modern-algos] | βœ” | βœ” | βœ” | | | βœ” | βœ” |
1177+
| `'ML-KEM-768'`[^modern-algos] | βœ” | βœ” | βœ” | | | βœ” | βœ” |
1178+
| `'ML-KEM-1024'`[^modern-algos] | βœ” | βœ” | βœ” | | | βœ” | βœ” |
11761179
| `'RSA-OAEP'` | βœ” | βœ” | βœ” | | | | |
11771180
| `'RSA-PSS'` | βœ” | βœ” | βœ” | | | | |
11781181
| `'RSASSA-PKCS1-v1_5'` | βœ” | βœ” | βœ” | | | | |
@@ -1260,6 +1263,9 @@ The {CryptoKey} (secret key) generating algorithms supported include:
12601263
<!-- YAML
12611264
added: v15.0.0
12621265
changes:
1266+
- version: REPLACEME
1267+
pr-url: https://github.com/nodejs/node/pull/60933
1268+
description: ML-KEM jwk format is now supported.
12631269
- version: v24.8.0
12641270
pr-url: https://github.com/nodejs/node/pull/59647
12651271
description: KMAC algorithms are now supported.
@@ -1329,9 +1335,9 @@ The algorithms currently supported include:
13291335
| `'ML-DSA-44'`[^modern-algos] | βœ” | βœ” | βœ” | | | βœ” | βœ” |
13301336
| `'ML-DSA-65'`[^modern-algos] | βœ” | βœ” | βœ” | | | βœ” | βœ” |
13311337
| `'ML-DSA-87'`[^modern-algos] | βœ” | βœ” | βœ” | | | βœ” | βœ” |
1332-
| `'ML-KEM-512'`[^modern-algos] | βœ” | βœ” | | | | βœ” | βœ” |
1333-
| `'ML-KEM-768'`[^modern-algos] | βœ” | βœ” | | | | βœ” | βœ” |
1334-
| `'ML-KEM-1024'`[^modern-algos] | βœ” | βœ” | | | | βœ” | βœ” |
1338+
| `'ML-KEM-512'`[^modern-algos] | βœ” | βœ” | βœ” | | | βœ” | βœ” |
1339+
| `'ML-KEM-768'`[^modern-algos] | βœ” | βœ” | βœ” | | | βœ” | βœ” |
1340+
| `'ML-KEM-1024'`[^modern-algos] | βœ” | βœ” | βœ” | | | βœ” | βœ” |
13351341
| `'PBKDF2'` | | | | βœ” | βœ” | | |
13361342
| `'RSA-OAEP'` | βœ” | βœ” | βœ” | | | | |
13371343
| `'RSA-PSS'` | βœ” | βœ” | βœ” | | | | |

0 commit comments

Comments
Β (0)