@@ -1265,7 +1265,7 @@ changes:
12651265
12661266<!--lint disable maximum-line-length remark-lint-->
12671267
1268- * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|Ed448Params| ContextParams}
1268+ * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|ContextParams}
12691269* ` key` {CryptoKey}
12701270* ` data` {ArrayBuffer|TypedArray|DataView|Buffer}
12711271* Returns: {Promise} Fulfills with an {ArrayBuffer} upon success.
@@ -1374,7 +1374,7 @@ changes:
13741374
13751375<!--lint disable maximum-line-length remark-lint-->
13761376
1377- * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|Ed448Params| ContextParams}
1377+ * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|ContextParams}
13781378* ` key` {CryptoKey}
13791379* ` signature` {ArrayBuffer|TypedArray|DataView|Buffer}
13801380* ` data` {ArrayBuffer|TypedArray|DataView|Buffer}
@@ -1652,20 +1652,23 @@ added: REPLACEME
16521652added: REPLACEME
16531653-->
16541654
1655- * Type: {string} Must be ` ' ML-DSA-44' ` [^modern-algos], ` ' ML-DSA-65' ` [^modern-algos], or ` ' ML-DSA-87' ` [^modern-algos].
1655+ * Type: {string} Must be ` Ed448` [^secure-curves], ` ' ML-DSA-44' ` [^modern-algos],
1656+ ` ' ML-DSA-65' ` [^modern-algos], or ` ' ML-DSA-87' ` [^modern-algos].
16561657
16571658#### ` contextParams .context `
16581659
16591660<!-- YAML
16601661added: REPLACEME
1662+ changes:
1663+ - version: REPLACEME
1664+ pr-url: https://github.com/nodejs/node/pull/59570
1665+ description: Non-empty context is now supported.
16611666-->
16621667
16631668* Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
16641669
16651670The ` context` member represents the optional context data to associate with
16661671the message.
1667- The Node.js Web Crypto API implementation only supports zero-length context
1668- which is equivalent to not providing context at all.
16691672
16701673### Class: ` CShakeParams`
16711674
@@ -1846,37 +1849,6 @@ added: v15.0.0
18461849
18471850* Type: {string} Must be one of ` ' P-256' ` , ` ' P-384' ` , ` ' P-521' ` .
18481851
1849- ### Class: ` Ed448Params`
1850-
1851- <!-- YAML
1852- added: v15.0.0
1853- -->
1854-
1855- #### ` ed448Params .name `
1856-
1857- <!-- YAML
1858- added:
1859- - v18.4.0
1860- - v16.17.0
1861- -->
1862-
1863- * Type: {string} Must be ` ' Ed448' ` [^secure-curves].
1864-
1865- #### ` ed448Params .context `
1866-
1867- <!-- YAML
1868- added:
1869- - v18.4.0
1870- - v16.17.0
1871- -->
1872-
1873- * Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
1874-
1875- The ` context` member represents the optional context data to associate with
1876- the message.
1877- The Node.js Web Crypto API implementation only supports zero-length context
1878- which is equivalent to not providing context at all.
1879-
18801852### Class: ` EncapsulatedBits`
18811853
18821854<!-- YAML
0 commit comments