Skip to content

Commit 9b0e61a

Browse files
tniessendanielleadams
authored andcommitted
doc,src: update crypto/README.md
Refs: #37048 PR-URL: #40332 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Qingyu Deng <[email protected]>
1 parent f83b9bc commit 9b0e61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ following table:
3939
| `crypto_context` | Implementation of the `SecureContext` object. |
4040
| `crypto_dh` | Diffie-Hellman Key Agreement implementation. |
4141
| `crypto_dsa` | DSA (Digital Signature) Key Generation functions. |
42-
| `crypto_ecdh` | Elliptic-Curve Diffie-Hellman Key Agreement implementation. |
42+
| `crypto_ec` | Elliptic-curve cryptography implementation. |
4343
| `crypto_hash` | Basic hash (e.g. SHA-256) functions. |
4444
| `crypto_hkdf` | HKDF (Key derivation) implementation. |
4545
| `crypto_hmac` | HMAC implementations. |

0 commit comments

Comments
 (0)