@@ -2046,7 +2046,7 @@ Other key details might be exposed via this API using additional attributes.
20462046<!-- YAML
20472047added: v11.6.0
20482048changes:
2049- - version: REPLACEME
2049+ - version: v24.7.0
20502050 pr-url: https://github.com/nodejs/node/pull/59461
20512051 description: Add support for ML-KEM keys.
20522052 - version: v24.6.0
@@ -2973,7 +2973,7 @@ Does not perform any other validation checks on the certificate.
29732973### ` crypto.argon2(algorithm, parameters, callback) `
29742974
29752975<!-- YAML
2976- added: REPLACEME
2976+ added: v24.7.0
29772977-->
29782978
29792979> Stability: 1.2 - Release candidate
@@ -3059,7 +3059,7 @@ argon2('argon2id', parameters, (err, derivedKey) => {
30593059### ` crypto.argon2Sync(algorithm, parameters) `
30603060
30613061<!-- YAML
3062- added: REPLACEME
3062+ added: v24.7.0
30633063-->
30643064
30653065> Stability: 1.2 - Release candidate
@@ -3744,7 +3744,7 @@ algorithm names.
37443744### ` crypto.decapsulate(key, ciphertext[, callback]) `
37453745
37463746<!-- YAML
3747- added: REPLACEME
3747+ added: v24.7.0
37483748-->
37493749
37503750> Stability: 1.2 - Release candidate
@@ -3804,7 +3804,7 @@ If the `callback` function is provided this function uses libuv's threadpool.
38043804### ` crypto.encapsulate(key[, callback]) `
38053805
38063806<!-- YAML
3807- added: REPLACEME
3807+ added: v24.7.0
38083808-->
38093809
38103810> Stability: 1.2 - Release candidate
@@ -3911,7 +3911,7 @@ underlying hash function. See [`crypto.createHmac()`][] for more information.
39113911<!-- YAML
39123912added: v10.12.0
39133913changes:
3914- - version: REPLACEME
3914+ - version: v24.7.0
39153915 pr-url: https://github.com/nodejs/node/pull/59461
39163916 description: Add support for ML-KEM key pairs.
39173917 - version: v24.6.0
@@ -4036,7 +4036,7 @@ a `Promise` for an `Object` with `publicKey` and `privateKey` properties.
40364036<!-- YAML
40374037added: v10.12.0
40384038changes:
4039- - version: REPLACEME
4039+ - version: v24.7.0
40404040 pr-url: https://github.com/nodejs/node/pull/59461
40414041 description: Add support for ML-KEM key pairs.
40424042 - version: v24.6.0
0 commit comments