Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdcvlsc committed Apr 6, 2022
1 parent 17703bd commit abc554f
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 @@ -9,7 +9,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)
![mingw32](https://github.com/mrdcvlsc/ChaCha20-Poly1305/actions/workflows/mingw32.yml/badge.svg)
![mingw64](https://github.com/mrdcvlsc/ChaCha20-Poly1305/actions/workflows/mingw64.yml/badge.svg)

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

Expand Down Expand Up @@ -219,4 +219,4 @@ There are **TWO WAYS** to use the library, either using the **header only mode**
mingw32-make -f staticlib cleanup
```

You can also modify the installation path in linux by setting up a new value for the ```INSTALL_PREFIX=``` when executing the make build commands similar to what is shown in the windows build.
You can also modify the installation path in linux by setting up a new value for the ```INSTALL_PREFIX=``` when executing the make build commands similar to what is shown in the windows build.

0 comments on commit abc554f

Please sign in to comment.