@@ -1341,7 +1341,7 @@ changes:
13411341
13421342<!--lint disable maximum-line-length remark-lint-->
13431343
1344- * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|Ed448Params| ContextParams|KmacParams}
1344+ * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|ContextParams|KmacParams}
13451345* ` key` {CryptoKey}
13461346* ` data` {ArrayBuffer|TypedArray|DataView|Buffer}
13471347* Returns: {Promise} Fulfills with an {ArrayBuffer} upon success.
@@ -1462,7 +1462,7 @@ changes:
14621462
14631463<!--lint disable maximum-line-length remark-lint-->
14641464
1465- * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|Ed448Params| ContextParams}
1465+ * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|ContextParams|KmacParams }
14661466* ` key` {CryptoKey}
14671467* ` signature` {ArrayBuffer|TypedArray|DataView|Buffer}
14681468* ` data` {ArrayBuffer|TypedArray|DataView|Buffer}
@@ -1829,20 +1829,23 @@ added: v24.7.0
18291829added: v24.7.0
18301830-->
18311831
1832- * Type: {string} Must be ` ' ML-DSA-44' ` [^modern-algos], ` ' ML-DSA-65' ` [^modern-algos], or ` ' ML-DSA-87' ` [^modern-algos].
1832+ * Type: {string} Must be ` Ed448` [^secure-curves], ` ' ML-DSA-44' ` [^modern-algos],
1833+ ` ' ML-DSA-65' ` [^modern-algos], or ` ' ML-DSA-87' ` [^modern-algos].
18331834
18341835#### ` contextParams .context `
18351836
18361837<!-- YAML
18371838added: v24.7.0
1839+ changes:
1840+ - version: REPLACEME
1841+ pr-url: https://github.com/nodejs/node/pull/59570
1842+ description: Non-empty context is now supported.
18381843-->
18391844
18401845* Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
18411846
18421847The ` context` member represents the optional context data to associate with
18431848the message.
1844- The Node.js Web Crypto API implementation only supports zero-length context
1845- which is equivalent to not providing context at all.
18461849
18471850### Class: ` CShakeParams`
18481851
@@ -2023,37 +2026,6 @@ added: v15.0.0
20232026
20242027* Type: {string} Must be one of ` ' P-256' ` , ` ' P-384' ` , ` ' P-521' ` .
20252028
2026- ### Class: ` Ed448Params`
2027-
2028- <!-- YAML
2029- added: v15.0.0
2030- -->
2031-
2032- #### ` ed448Params .name `
2033-
2034- <!-- YAML
2035- added:
2036- - v18.4.0
2037- - v16.17.0
2038- -->
2039-
2040- * Type: {string} Must be ` ' Ed448' ` [^secure-curves].
2041-
2042- #### ` ed448Params .context `
2043-
2044- <!-- YAML
2045- added:
2046- - v18.4.0
2047- - v16.17.0
2048- -->
2049-
2050- * Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
2051-
2052- The ` context` member represents the optional context data to associate with
2053- the message.
2054- The Node.js Web Crypto API implementation only supports zero-length context
2055- which is equivalent to not providing context at all.
2056-
20572029### Class: ` EncapsulatedBits`
20582030
20592031<!-- YAML
0 commit comments