We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83b9bc commit 9b0e61aCopy full SHA for 9b0e61a
src/crypto/README.md
@@ -39,7 +39,7 @@ following table:
39
| `crypto_context` | Implementation of the `SecureContext` object. |
40
| `crypto_dh` | Diffie-Hellman Key Agreement implementation. |
41
| `crypto_dsa` | DSA (Digital Signature) Key Generation functions. |
42
-| `crypto_ecdh` | Elliptic-Curve Diffie-Hellman Key Agreement implementation. |
+| `crypto_ec` | Elliptic-curve cryptography implementation. |
43
| `crypto_hash` | Basic hash (e.g. SHA-256) functions. |
44
| `crypto_hkdf` | HKDF (Key derivation) implementation. |
45
| `crypto_hmac` | HMAC implementations. |
0 commit comments