Skip to content

Commit 9743fa4

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

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
@@ -3557,7 +3557,7 @@ added:
35573557

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

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

0 commit comments

Comments
 (0)