@@ -1341,7 +1341,7 @@ changes:
1341
1341
1342
1342
<!--lint disable maximum-line-length remark-lint-->
1343
1343
1344
- * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|Ed448Params| ContextParams|KmacParams}
1344
+ * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|ContextParams|KmacParams}
1345
1345
* ` key` {CryptoKey}
1346
1346
* ` data` {ArrayBuffer|TypedArray|DataView|Buffer}
1347
1347
* Returns: {Promise} Fulfills with an {ArrayBuffer} upon success.
@@ -1462,7 +1462,7 @@ changes:
1462
1462
1463
1463
<!--lint disable maximum-line-length remark-lint-->
1464
1464
1465
- * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|Ed448Params| ContextParams}
1465
+ * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|ContextParams|KmacParams }
1466
1466
* ` key` {CryptoKey}
1467
1467
* ` signature` {ArrayBuffer|TypedArray|DataView|Buffer}
1468
1468
* ` data` {ArrayBuffer|TypedArray|DataView|Buffer}
@@ -1829,20 +1829,23 @@ added: v24.7.0
1829
1829
added: v24.7.0
1830
1830
-->
1831
1831
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].
1833
1834
1834
1835
#### ` contextParams .context `
1835
1836
1836
1837
<!-- YAML
1837
1838
added: 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.
1838
1843
-->
1839
1844
1840
1845
* Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
1841
1846
1842
1847
The ` context` member represents the optional context data to associate with
1843
1848
the message.
1844
- The Node.js Web Crypto API implementation only supports zero-length context
1845
- which is equivalent to not providing context at all.
1846
1849
1847
1850
### Class: ` CShakeParams`
1848
1851
@@ -2023,37 +2026,6 @@ added: v15.0.0
2023
2026
2024
2027
* Type: {string} Must be one of ` ' P-256' ` , ` ' P-384' ` , ` ' P-521' ` .
2025
2028
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
-
2057
2029
### Class: ` EncapsulatedBits`
2058
2030
2059
2031
<!-- YAML
0 commit comments