From: Loup Vaillant Date: Tue, 22 Sep 2020 19:36:49 +0000 (+0200) Subject: documented make install USE_ED25519=true X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=d1943e177899db981cfe80b4d81be1c203f80ace;p=Monocypher.git documented make install USE_ED25519=true --- diff --git a/README.md b/README.md index 7fcfd11..304079d 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,11 @@ the `USE_ED25519` variable to link it to monocypher.a and monocypher.so: $ make USE_ED25519=true +If you install Monocypher with the makefile, you also need that option +to copy `monocypher-ed25519.h` automatically: + + $ make install USE_ED25519=true + Monocypher also has the `BLAKE2_NO_UNROLLING` preprocessor flag, which is activated by compiling monocypher.c with the `-DBLAKE2_NO_UNROLLING` option.