Skip to content

Commit

Permalink
Merge pull request #151 from smithdtyler/patch-1
Browse files Browse the repository at this point in the history
Update README.md - Fix Links
  • Loading branch information
marsella authored Oct 15, 2024
2 parents ce3b9a9 + a01f339 commit e9c5305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) | | |
Expand Down

0 comments on commit e9c5305

Please sign in to comment.