From 95b0db0e4edd9804e3741fb58c5f68704424ea7d Mon Sep 17 00:00:00 2001 From: 0xphen <127856072+0xphen@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:42:20 +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 fa9c4d6..8efd6fc 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) -- [ ] ECC (Elliptic Curve Cryptography) +- [ ] Homomorphic Encryption - [ ] ECDSA