Add: monocypher 4.0.2

Monocypher will take care of all our encryption needs; as most
OSes and vcpkg doesn't have it available, we vendor it.
This commit is contained in:
Patric Stout
2024-01-18 23:13:20 +01:00
committed by Patric Stout
parent 6b21368bc2
commit 63a3d56b8a
11 changed files with 4616 additions and 0 deletions

View File

@@ -197,6 +197,9 @@ See `src/3rdparty/catch2/LICENSE.txt` for the complete license text.
The icu scriptrun implementation in `src/3rdparty/icu` is licensed under the Unicode license.
See `src/3rdparty/icu/LICENSE` for the complete license text.
The monocypher implementation in `src/3rdparty/monocypher` is licensed under the 2-clause BSD and CC-0 license.
See src/3rdparty/monocypher/LICENSE.md` for the complete license text.
## 4.0 Credits
See [CREDITS.md](./CREDITS.md)