Skip to content

Commit ea425f4

Browse files
committed
fix EcdhKeyDeriveParams params use with X25519 and X448
1 parent da9487c commit ea425f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/webcrypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ added: v15.0.0
11431143
added: v15.0.0
11441144
-->
11451145

1146-
* Type: {string} Must be `'ECDH'`.
1146+
* Type: {string} Must be `'ECDH'`, `'X25519'`, or `'X448'`.
11471147

11481148
#### `ecdhKeyDeriveParams.public`
11491149

0 commit comments

Comments
 (0)