Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 970 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 970 Bytes

libb2-cmake-test

windows-build linux-build

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.

How to build

cmake -S. -Bbuild
cmake --build build

Run tests

cd build
ctest