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