Skip to content

Commit

Permalink
added msvc ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdcvlsc authored May 28, 2024
1 parent c28af52 commit 39253d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ A from scratch C++ (with slight inline assembly) implementation of ```ChaCha20 &
![gcc-gnu](https://github.com/mrdcvlsc/ChaCha20-Poly1305/actions/workflows/gcc-gnu.yml/badge.svg)
![clang](https://github.com/mrdcvlsc/ChaCha20-Poly1305/actions/workflows/clang.yml/badge.svg)
![mingw64](https://github.com/mrdcvlsc/ChaCha20-Poly1305/actions/workflows/mingw64.yml/badge.svg)
![msvc](https://github.com/mrdcvlsc/ChaCha20-Poly1305/actions/workflows/msvc.yml/badge.svg)

All test from RFC-8439 is implemented here and is inside the ```tests``` folder.

Expand Down

0 comments on commit 39253d1

Please sign in to comment.