Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xphen authored Nov 13, 2023
1 parent 950a779 commit eaa9795
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |

0 comments on commit eaa9795

Please sign in to comment.