Skip to content

Commit f1e0e0b

Browse files
panvaruyadorno
authored andcommitted
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 38c047e commit f1e0e0b

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
@@ -3556,7 +3556,7 @@ added:
35563556

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

35613561
### `crypto.hash(algorithm, data[, outputEncoding])`
35623562

0 commit comments

Comments
 (0)