]> git.codecow.com Git - Monocypher.git/commit
Link SHA-512 code when using -DED25519_SHA512
authorLoup Vaillant <loup@loup-vaillant.fr>
Fri, 25 Jan 2019 14:43:02 +0000 (15:43 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Fri, 25 Jan 2019 14:54:53 +0000 (15:54 +0100)
commit1094802ef4ed0c1a9429be5a3e8ef487aa62bee4
tree3aa916be92b3cb07dce7356da15e927cb194c095
parent2638fde16ec746851f542d135ddae6a45a8ee291
Link SHA-512 code when using -DED25519_SHA512

When the $CFLAGS variable contains the -DED25519_SHA512 option (by
default it doesn't), the code from src/optional/sha512.c is
automatically linked to the final libraries (libmonocypher.a and
libmonocypher.so).

That way, users who need to install a ED25519 compliant version of
Monocypher can do so simply by altering the compilation options with the
$CFLAGS variable.
README.md
makefile