@@ -1098,7 +1098,7 @@ changes:
10981098
10991099<!--lint disable maximum-line-length remark-lint-->
11001100
1101- * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|Ed448Params| ContextParams}
1101+ * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|ContextParams}
11021102* ` key` {CryptoKey}
11031103* ` data` {ArrayBuffer|TypedArray|DataView|Buffer}
11041104* Returns: {Promise} Fulfills with an {ArrayBuffer} upon success.
@@ -1204,7 +1204,7 @@ changes:
12041204
12051205<!--lint disable maximum-line-length remark-lint-->
12061206
1207- * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|Ed448Params| ContextParams}
1207+ * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|ContextParams}
12081208* ` key` {CryptoKey}
12091209* ` signature` {ArrayBuffer|TypedArray|DataView|Buffer}
12101210* ` data` {ArrayBuffer|TypedArray|DataView|Buffer}
@@ -1482,20 +1482,23 @@ added: REPLACEME
14821482added: REPLACEME
14831483-->
14841484
1485- * Type: {string} Must be ` ' ML-DSA-44' ` [^modern-algos], ` ' ML-DSA-65' ` [^modern-algos], or ` ' ML-DSA-87' ` [^modern-algos].
1485+ * Type: {string} Must be ` Ed448` [^secure-curves], ` ' ML-DSA-44' ` [^modern-algos],
1486+ ` ' ML-DSA-65' ` [^modern-algos], or ` ' ML-DSA-87' ` [^modern-algos].
14861487
14871488#### ` contextParams .context `
14881489
14891490<!-- YAML
14901491added: REPLACEME
1492+ changes:
1493+ - version: REPLACEME
1494+ pr-url: https://github.com/nodejs/node/pull/00000
1495+ description: Non-empty context is now supported.
14911496-->
14921497
14931498* Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
14941499
14951500The ` context` member represents the optional context data to associate with
14961501the message.
1497- The Node.js Web Crypto API implementation only supports zero-length context
1498- which is equivalent to not providing context at all.
14991502
15001503### Class: ` CShakeParams`
15011504
@@ -1676,37 +1679,6 @@ added: v15.0.0
16761679
16771680* Type: {string} Must be one of ` ' P-256' ` , ` ' P-384' ` , ` ' P-521' ` .
16781681
1679- ### Class: ` Ed448Params`
1680-
1681- <!-- YAML
1682- added: v15.0.0
1683- -->
1684-
1685- #### ` ed448Params .name `
1686-
1687- <!-- YAML
1688- added:
1689- - v18.4.0
1690- - v16.17.0
1691- -->
1692-
1693- * Type: {string} Must be ` ' Ed448' ` [^secure-curves].
1694-
1695- #### ` ed448Params .context `
1696-
1697- <!-- YAML
1698- added:
1699- - v18.4.0
1700- - v16.17.0
1701- -->
1702-
1703- * Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
1704-
1705- The ` context` member represents the optional context data to associate with
1706- the message.
1707- The Node.js Web Crypto API implementation only supports zero-length context
1708- which is equivalent to not providing context at all.
1709-
17101682### Class: ` HkdfParams`
17111683
17121684<!-- YAML
0 commit comments