From a01f3394af8498f62c8e1d85947eabbbe5a77a6c Mon Sep 17 00:00:00 2001 From: "T.D. Smith" Date: Tue, 8 Oct 2024 07:07:42 -0500 Subject: [PATCH] Update README.md - Fix Links Fix a couple of links from the main readme. Several links (TripleDES, SHA256, SHA2,SHA3) are still broken. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4175fa40..9329fa75 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ repository are listed below. | | Primitive | Synthesis | Verification | |----------------------------|----------------------------------------------------------------------------------------|-----------|--------------| -| **Block Cipher** | [AES](Primitive/Symmetric/Cipher/Block/AES.cry) | | | +| **Block Cipher** | [AES](Primitive/Symmetric/Cipher/Block/AES) | | | | | [Triple DES](Primitive/Symmetric/Cipher/Block/TripleDES.cry) | | | | **Stream Cipher** | [ChaCha20-Poly1305](Primitive/Symmetric/Cipher/Authenticated/ChaChaPolyCryptolIETF.md) | | | | **Message Authentication** | [HMAC](Primitive/Symmetric/MAC/HMAC.cry) | | | -| **Digital Signature** | [ECDSA](Primitive/Asymmetric/Signature/ecdsa.cry) | | | +| **Digital Signature** | [ECDSA](Primitive/Asymmetric/Signature/ECDSA) | | | | | [SPHINCS+](Primitive/Asymmetric/Signature/SphincsPlus/) | | | | | [FALCON](Primitive/Asymmetric/Signature/FALCON/1.2/) | | | | | [CRYSTALS Dilithium](Primitive/Asymmetric/Signature/Dilithium/) | | |