From d1943e177899db981cfe80b4d81be1c203f80ace Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Tue, 22 Sep 2020 21:36:49 +0200 Subject: [PATCH] documented make install USE_ED25519=true --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.47.3