Skip to content

Commit 8cd619f

Browse files
panvamarco-ippolito
authored andcommittedJan 24, 2025
doc: remove mention of ECDH-ES in crypto.diffieHellman
PR-URL: #55611 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 0c14cae commit 8cd619f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3638,7 +3638,7 @@ added:
36383638

36393639
Computes the Diffie-Hellman secret based on a `privateKey` and a `publicKey`.
36403640
Both keys must have the same `asymmetricKeyType`, which must be one of `'dh'`
3641-
(for Diffie-Hellman), `'ec'` (for ECDH), `'x448'`, or `'x25519'` (for ECDH-ES).
3641+
(for Diffie-Hellman), `'ec'`, `'x448'`, or `'x25519'` (for ECDH).
36423642

36433643
### `crypto.hash(algorithm, data[, outputEncoding])`
36443644

0 commit comments

Comments
 (0)