Skip to content

mrom1/libb2-cmake-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published