@@ -1313,7 +1313,7 @@ changes:
13131313
13141314<!--lint disable maximum-line-length remark-lint-->
13151315
1316- * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|Ed448Params| ContextParams}
1316+ * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|ContextParams}
13171317* ` key` {CryptoKey}
13181318* ` data` {ArrayBuffer|TypedArray|DataView|Buffer}
13191319* Returns: {Promise} Fulfills with an {ArrayBuffer} upon success.
@@ -1427,7 +1427,7 @@ changes:
14271427
14281428<!--lint disable maximum-line-length remark-lint-->
14291429
1430- * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|Ed448Params| ContextParams}
1430+ * ` algorithm` {string|Algorithm|RsaPssParams|EcdsaParams|ContextParams}
14311431* ` key` {CryptoKey}
14321432* ` signature` {ArrayBuffer|TypedArray|DataView|Buffer}
14331433* ` data` {ArrayBuffer|TypedArray|DataView|Buffer}
@@ -1792,20 +1792,23 @@ added: REPLACEME
17921792added: REPLACEME
17931793-->
17941794
1795- * Type: {string} Must be ` ' ML-DSA-44' ` [^modern-algos], ` ' ML-DSA-65' ` [^modern-algos], or ` ' ML-DSA-87' ` [^modern-algos].
1795+ * Type: {string} Must be ` Ed448` [^secure-curves], ` ' ML-DSA-44' ` [^modern-algos],
1796+ ` ' ML-DSA-65' ` [^modern-algos], or ` ' ML-DSA-87' ` [^modern-algos].
17961797
17971798#### ` contextParams .context `
17981799
17991800<!-- YAML
18001801added: REPLACEME
1802+ changes:
1803+ - version: REPLACEME
1804+ pr-url: https://github.com/nodejs/node/pull/59570
1805+ description: Non-empty context is now supported.
18011806-->
18021807
18031808* Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
18041809
18051810The ` context` member represents the optional context data to associate with
18061811the message.
1807- The Node.js Web Crypto API implementation only supports zero-length context
1808- which is equivalent to not providing context at all.
18091812
18101813### Class: ` CShakeParams`
18111814
@@ -1986,37 +1989,6 @@ added: v15.0.0
19861989
19871990* Type: {string} Must be one of ` ' P-256' ` , ` ' P-384' ` , ` ' P-521' ` .
19881991
1989- ### Class: ` Ed448Params`
1990-
1991- <!-- YAML
1992- added: v15.0.0
1993- -->
1994-
1995- #### ` ed448Params .name `
1996-
1997- <!-- YAML
1998- added:
1999- - v18.4.0
2000- - v16.17.0
2001- -->
2002-
2003- * Type: {string} Must be ` ' Ed448' ` [^secure-curves].
2004-
2005- #### ` ed448Params .context `
2006-
2007- <!-- YAML
2008- added:
2009- - v18.4.0
2010- - v16.17.0
2011- -->
2012-
2013- * Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
2014-
2015- The ` context` member represents the optional context data to associate with
2016- the message.
2017- The Node.js Web Crypto API implementation only supports zero-length context
2018- which is equivalent to not providing context at all.
2019-
20201992### Class: ` EncapsulatedBits`
20211993
20221994<!-- YAML
0 commit comments