@@ -1283,7 +1283,7 @@ changes:
12831283
12841284<!--lint disable maximum-line-length remark-lint-->
12851285
1286- * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|Ed448Params| ContextParams}
1286+ * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|ContextParams}
12871287* ` key` {CryptoKey}
12881288* ` data` {ArrayBuffer|TypedArray|DataView|Buffer}
12891289* Returns: {Promise} Fulfills with an {ArrayBuffer} upon success.
@@ -1397,7 +1397,7 @@ changes:
13971397
13981398<!--lint disable maximum-line-length remark-lint-->
13991399
1400- * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|Ed448Params| ContextParams}
1400+ * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|ContextParams}
14011401* ` key` {CryptoKey}
14021402* ` signature` {ArrayBuffer|TypedArray|DataView|Buffer}
14031403* ` data` {ArrayBuffer|TypedArray|DataView|Buffer}
@@ -1678,20 +1678,23 @@ added: REPLACEME
16781678added: REPLACEME
16791679-->
16801680
1681- * Type: {string} Must be ` ' ML-DSA-44' ` [^modern-algos], ` ' ML-DSA-65' ` [^modern-algos], or ` ' ML-DSA-87' ` [^modern-algos].
1681+ * Type: {string} Must be ` Ed448` [^secure-curves], ` ' ML-DSA-44' ` [^modern-algos],
1682+ ` ' ML-DSA-65' ` [^modern-algos], or ` ' ML-DSA-87' ` [^modern-algos].
16821683
16831684#### ` contextParams .context `
16841685
16851686<!-- YAML
16861687added: REPLACEME
1688+ changes:
1689+ - version: REPLACEME
1690+ pr-url: https://github.com/nodejs/node/pull/59570
1691+ description: Non-empty context is now supported.
16871692-->
16881693
16891694* Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
16901695
16911696The ` context` member represents the optional context data to associate with
16921697the message.
1693- The Node.js Web Crypto API implementation only supports zero-length context
1694- which is equivalent to not providing context at all.
16951698
16961699### Class: ` CShakeParams`
16971700
@@ -1872,37 +1875,6 @@ added: v15.0.0
18721875
18731876* Type: {string} Must be one of ` ' P-256' ` , ` ' P-384' ` , ` ' P-521' ` .
18741877
1875- ### Class: ` Ed448Params`
1876-
1877- <!-- YAML
1878- added: v15.0.0
1879- -->
1880-
1881- #### ` ed448Params .name `
1882-
1883- <!-- YAML
1884- added:
1885- - v18.4.0
1886- - v16.17.0
1887- -->
1888-
1889- * Type: {string} Must be ` ' Ed448' ` [^secure-curves].
1890-
1891- #### ` ed448Params .context `
1892-
1893- <!-- YAML
1894- added:
1895- - v18.4.0
1896- - v16.17.0
1897- -->
1898-
1899- * Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
1900-
1901- The ` context` member represents the optional context data to associate with
1902- the message.
1903- The Node.js Web Crypto API implementation only supports zero-length context
1904- which is equivalent to not providing context at all.
1905-
19061878### Class: ` EncapsulatedBits`
19071879
19081880<!-- YAML
0 commit comments