]> git.codecow.com Git - Monocypher.git/commitdiff
Test -DBLAKE2_NO_UNROLLING flag
authorLoup Vaillant <loup@loup-vaillant.fr>
Thu, 29 Nov 2018 22:05:23 +0000 (23:05 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Thu, 29 Nov 2018 22:05:23 +0000 (23:05 +0100)
tests/test.sh

index a312ba2077cca0a6e98982aaf0ce833c6de03d47..510efc603ea4c55dcc3ab1cfddc2a8f991c217c4 100755 (executable)
@@ -3,7 +3,7 @@
 set -e
 
 make clean;  make test
-make clean;  make test CFLAGS="-DED25519_SHA512 -O3"
+make clean;  make test CFLAGS="-DED25519_SHA512 -DBLAKE2_NO_UNROLLING -O3"
 make clean;  make test CC="clang -std=c99" CFLAGS="-g -fsanitize=address"
 make clean;  make test CC="clang -std=c99" CFLAGS="-g -fsanitize=memory"
 make clean;  make test CC="clang -std=c99" CFLAGS="-g -fsanitize=undefined"