From d36684b729329788209dd86611111eedd3099bc0 Mon Sep 17 00:00:00 2001 From: 0xphen <127856072+0xphen@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:06:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8efd6fc..4c81a6d 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ This list contains cryptographic primitives and mathematical structures that I w - [X] [Miller-Rabin primality test](https://github.com/0xphen/crypto-algo-rs/tree/main/miller-rabin-primality-test) - [X] [RSA (Rivest–Shamir–Adleman)](https://github.com/0xphen/crypto-algo-rs/tree/main/rsa) - [X] [AES (Advanced Encryption Standard)](https://github.com/0xphen/crypto-algo-rs/tree/main/aes) +- [X] [ECC (Elliptic Curve Cryptography)](https://github.com/0xphen/crypto-algo-rs/tree/main/ecc) - [ ] Homomorphic Encryption -- [ ] ECDSA