From 9b0e61a67f9a4da597ab6621ffcd40a934372678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 5 Oct 2021 16:06:50 +0200 Subject: [PATCH] doc,src: update crypto/README.md Refs: https://github.com/nodejs/node/pull/37048 PR-URL: https://github.com/nodejs/node/pull/40332 Reviewed-By: Luigi Pinca Reviewed-By: Filip Skokan Reviewed-By: Zijian Liu Reviewed-By: Qingyu Deng --- src/crypto/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/README.md b/src/crypto/README.md index bb901bc1a07268..863301b049b2ad 100644 --- a/src/crypto/README.md +++ b/src/crypto/README.md @@ -39,7 +39,7 @@ following table: | `crypto_context` | Implementation of the `SecureContext` object. | | `crypto_dh` | Diffie-Hellman Key Agreement implementation. | | `crypto_dsa` | DSA (Digital Signature) Key Generation functions. | -| `crypto_ecdh` | Elliptic-Curve Diffie-Hellman Key Agreement implementation. | +| `crypto_ec` | Elliptic-curve cryptography implementation. | | `crypto_hash` | Basic hash (e.g. SHA-256) functions. | | `crypto_hkdf` | HKDF (Key derivation) implementation. | | `crypto_hmac` | HMAC implementations. |