This is a simple repository testing the cross-platform build of blake2s with CMake.
The Linux build compiles a current version in source from the blake2 github repository.
The Windows build uses a fork targeting a older blake2 version. Thanks to BurningEnlightment for creating the CMake files.
If you need a more recent version of blake2 with cmake support for windows consider using another library (e.g. libsodium). Most libraries support blake2b (like sodium) but not blake2s which is why I created this repository.
cmake -S. -Bbuild
cmake --build build
cd build
ctest