@@ -2046,7 +2046,7 @@ Other key details might be exposed via this API using additional attributes.
2046
2046
<!-- YAML
2047
2047
added: v11.6.0
2048
2048
changes:
2049
- - version: REPLACEME
2049
+ - version: v24.7.0
2050
2050
pr-url: https://github.com/nodejs/node/pull/59461
2051
2051
description: Add support for ML-KEM keys.
2052
2052
- version: v24.6.0
@@ -2973,7 +2973,7 @@ Does not perform any other validation checks on the certificate.
2973
2973
### ` crypto.argon2(algorithm, parameters, callback) `
2974
2974
2975
2975
<!-- YAML
2976
- added: REPLACEME
2976
+ added: v24.7.0
2977
2977
-->
2978
2978
2979
2979
> Stability: 1.2 - Release candidate
@@ -3059,7 +3059,7 @@ argon2('argon2id', parameters, (err, derivedKey) => {
3059
3059
### ` crypto.argon2Sync(algorithm, parameters) `
3060
3060
3061
3061
<!-- YAML
3062
- added: REPLACEME
3062
+ added: v24.7.0
3063
3063
-->
3064
3064
3065
3065
> Stability: 1.2 - Release candidate
@@ -3744,7 +3744,7 @@ algorithm names.
3744
3744
### ` crypto.decapsulate(key, ciphertext[, callback]) `
3745
3745
3746
3746
<!-- YAML
3747
- added: REPLACEME
3747
+ added: v24.7.0
3748
3748
-->
3749
3749
3750
3750
> Stability: 1.2 - Release candidate
@@ -3804,7 +3804,7 @@ If the `callback` function is provided this function uses libuv's threadpool.
3804
3804
### ` crypto.encapsulate(key[, callback]) `
3805
3805
3806
3806
<!-- YAML
3807
- added: REPLACEME
3807
+ added: v24.7.0
3808
3808
-->
3809
3809
3810
3810
> Stability: 1.2 - Release candidate
@@ -3911,7 +3911,7 @@ underlying hash function. See [`crypto.createHmac()`][] for more information.
3911
3911
<!-- YAML
3912
3912
added: v10.12.0
3913
3913
changes:
3914
- - version: REPLACEME
3914
+ - version: v24.7.0
3915
3915
pr-url: https://github.com/nodejs/node/pull/59461
3916
3916
description: Add support for ML-KEM key pairs.
3917
3917
- version: v24.6.0
@@ -4036,7 +4036,7 @@ a `Promise` for an `Object` with `publicKey` and `privateKey` properties.
4036
4036
<!-- YAML
4037
4037
added: v10.12.0
4038
4038
changes:
4039
- - version: REPLACEME
4039
+ - version: v24.7.0
4040
4040
pr-url: https://github.com/nodejs/node/pull/59461
4041
4041
description: Add support for ML-KEM key pairs.
4042
4042
- version: v24.6.0
0 commit comments