22
33<!-- YAML
44changes:
5- - version: REPLACEME
5+ - version: v24.18.0
66 pr-url: https://github.com/nodejs/node/pull/62183
77 description: TurboSHAKE and KangarooTwelve algorithms
88 are now supported.
@@ -1010,7 +1010,7 @@ The algorithms currently supported include:
10101010<!-- YAML
10111011added: v15.0.0
10121012changes:
1013- - version: REPLACEME
1013+ - version: v24.18.0
10141014 pr-url: https://github.com/nodejs/node/pull/62183
10151015 description: TurboSHAKE and KangarooTwelve algorithms
10161016 are now supported.
@@ -1131,7 +1131,7 @@ The algorithms currently supported include:
11311131<!-- YAML
11321132added: v15.0.0
11331133changes:
1134- - version: REPLACEME
1134+ - version: v24.18.0
11351135 pr-url: https://github.com/nodejs/node/pull/62706
11361136 description: Added JWK format support for ML-KEM key types.
11371137 - version: v24.8.0
@@ -1282,7 +1282,7 @@ The {CryptoKey} (secret key) generating algorithms supported include:
12821282<!-- YAML
12831283added: v15.0.0
12841284changes:
1285- - version: REPLACEME
1285+ - version: v24.18.0
12861286 pr-url: https://github.com/nodejs/node/pull/62706
12871287 description: Added JWK format support for ML-KEM key types.
12881288 - version: v24.15.0
@@ -2344,13 +2344,13 @@ added: v15.0.0
23442344### Class: ` KangarooTwelveParams`
23452345
23462346<!-- YAML
2347- added: REPLACEME
2347+ added: v24.18.0
23482348-->
23492349
23502350#### ` kangarooTwelveParams .customization `
23512351
23522352<!-- YAML
2353- added: REPLACEME
2353+ added: v24.18.0
23542354-->
23552355
23562356* Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
@@ -2360,15 +2360,15 @@ The optional customization string for KangarooTwelve.
23602360#### ` kangarooTwelveParams .name `
23612361
23622362<!-- YAML
2363- added: REPLACEME
2363+ added: v24.18.0
23642364-->
23652365
23662366* Type: {string} Must be ` ' KT128' ` [^modern-algos] or ` ' KT256' ` [^modern-algos]
23672367
23682368#### ` kangarooTwelveParams .outputLength `
23692369
23702370<!-- YAML
2371- added: REPLACEME
2371+ added: v24.18.0
23722372-->
23732373
23742374* Type: {number} represents the requested output length in bits.
@@ -2746,13 +2746,13 @@ The length (in bytes) of the random salt to use.
27462746### Class: ` TurboShakeParams`
27472747
27482748<!-- YAML
2749- added: REPLACEME
2749+ added: v24.18.0
27502750-->
27512751
27522752#### ` turboShakeParams .domainSeparation `
27532753
27542754<!-- YAML
2755- added: REPLACEME
2755+ added: v24.18.0
27562756-->
27572757
27582758* Type: {number|undefined}
@@ -2762,15 +2762,15 @@ The optional domain separation byte (0x01-0x7f). Defaults to `0x1f`.
27622762#### ` turboShakeParams .name `
27632763
27642764<!-- YAML
2765- added: REPLACEME
2765+ added: v24.18.0
27662766-->
27672767
27682768* Type: {string} Must be ` ' TurboSHAKE128' ` [^modern-algos] or ` ' TurboSHAKE256' ` [^modern-algos]
27692769
27702770#### ` turboShakeParams .outputLength `
27712771
27722772<!-- YAML
2773- added: REPLACEME
2773+ added: v24.18.0
27742774-->
27752775
27762776* Type: {number} represents the requested output length in bits.
0 commit comments