44changes:
55 - version:
66 - v25.9.0
7+ - v24.18.0
78 pr-url: https://github.com/nodejs/node/pull/62183
89 description: TurboSHAKE and KangarooTwelve algorithms
910 are now supported.
@@ -1014,6 +1015,7 @@ added: v15.0.0
10141015changes:
10151016 - version:
10161017 - v25.9.0
1018+ - v24.18.0
10171019 pr-url: https://github.com/nodejs/node/pull/62183
10181020 description: TurboSHAKE and KangarooTwelve algorithms
10191021 are now supported.
@@ -1134,7 +1136,9 @@ The algorithms currently supported include:
11341136<!-- YAML
11351137added: v15.0.0
11361138changes:
1137- - version: v26.1.0
1139+ - version:
1140+ - v26.1.0
1141+ - v24.18.0
11381142 pr-url: https://github.com/nodejs/node/pull/62706
11391143 description: Added JWK format support for ML-KEM key types.
11401144 - version: v24.8.0
@@ -1285,7 +1289,9 @@ The {CryptoKey} (secret key) generating algorithms supported include:
12851289<!-- YAML
12861290added: v15.0.0
12871291changes:
1288- - version: v26.1.0
1292+ - version:
1293+ - v26.1.0
1294+ - v24.18.0
12891295 pr-url: https://github.com/nodejs/node/pull/62706
12901296 description: Added JWK format support for ML-KEM key types.
12911297 - version:
@@ -2368,13 +2374,15 @@ added: v15.0.0
23682374<!-- YAML
23692375added:
23702376 - v25.9.0
2377+ - v24.18.0
23712378-->
23722379
23732380#### ` kangarooTwelveParams .customization `
23742381
23752382<!-- YAML
23762383added:
23772384 - v25.9.0
2385+ - v24.18.0
23782386-->
23792387
23802388* Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
@@ -2386,6 +2394,7 @@ The optional customization string for KangarooTwelve.
23862394<!-- YAML
23872395added:
23882396 - v25.9.0
2397+ - v24.18.0
23892398-->
23902399
23912400* Type: {string} Must be ` ' KT128' ` [^modern-algos] or ` ' KT256' ` [^modern-algos].
@@ -2395,6 +2404,7 @@ added:
23952404<!-- YAML
23962405added:
23972406 - v25.9.0
2407+ - v24.18.0
23982408-->
23992409
24002410* Type: {number} represents the requested output length in bits.
@@ -2776,13 +2786,15 @@ The length (in bytes) of the random salt to use.
27762786<!-- YAML
27772787added:
27782788 - v25.9.0
2789+ - v24.18.0
27792790-->
27802791
27812792#### ` turboShakeParams .domainSeparation `
27822793
27832794<!-- YAML
27842795added:
27852796 - v25.9.0
2797+ - v24.18.0
27862798-->
27872799
27882800* Type: {number|undefined}
@@ -2794,6 +2806,7 @@ The optional domain separation byte (0x01-0x7f). Defaults to `0x1f`.
27942806<!-- YAML
27952807added:
27962808 - v25.9.0
2809+ - v24.18.0
27972810-->
27982811
27992812* Type: {string} Must be ` ' TurboSHAKE128' ` [^modern-algos] or ` ' TurboSHAKE256' ` [^modern-algos].
@@ -2803,6 +2816,7 @@ added:
28032816<!-- YAML
28042817added:
28052818 - v25.9.0
2819+ - v24.18.0
28062820-->
28072821
28082822* Type: {number} represents the requested output length in bits.
0 commit comments