Skip to content

Commit 9a0c175

Browse files
panvatpoisseau
authored andcommitted
doc: remove mention of ECDH-ES in crypto.diffieHellman
PR-URL: nodejs#55611 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 510391d commit 9a0c175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3563,7 +3563,7 @@ added:
35633563

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

35683568
### `crypto.hash(algorithm, data[, outputEncoding])`
35693569

0 commit comments

Comments
 (0)