From eaa979546c6f2e777cc564374984a7c90a54d458 Mon Sep 17 00:00:00 2001 From: 0xphen <127856072+0xphen@users.noreply.github.com> Date: Mon, 13 Nov 2023 21:50:16 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 337e778..f3e7129 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,12 @@ List of symbols: | Algorithm | Supported | | -------------- | ------------------ | -| [Diffie-Hellman](https://github.com/0xphen/crypto-algo-rs/tree/main/diffie-hellman-key-exchange) | :heavy_check_mark: | +| [ DHKE (Diffie-Hellman Key Exchange)](https://github.com/0xphen/crypto-algo-rs/tree/main/diffie-hellman-key-exchange) | :heavy_check_mark: | | [SHA-256](https://github.com/0xphen/crypto-algo-rs/tree/main/sha-256) | 🏗️ | |[Miller-Rabin primality test](https://github.com/0xphen/crypto-algo-rs/tree/main/miller-rabin-primality-test) | :heavy_check_mark: | | RSA (Rivest–Shamir–Adleman) | :heavy_check_mark: | | AES (Advanced Encryption Standard) | 🏗️ | | Elliptic Curve Cryptography | :x: | -| HMAC (Hash-based Message Authentication Code) | :x: | -| DES | :x: | -| Snow | :x: | +| ECDSA | :x: | +| DHKE (Diffie-Hellman Key Exchange) Over ECC | :x: |