Skip to content

Commit 52dec71

Browse files
panvalouwers
authored andcommitted
doc: remove mention of ECDH-ES in crypto.diffieHellman
PR-URL: nodejs#55611 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent a6e5446 commit 52dec71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)