From a3b4b16905f22a2365d22497a287223d722f04a7 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sat, 30 Dec 2017 20:33:49 +0100 Subject: [PATCH] Wrong path in the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24c5609..6123dc2 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,8 @@ If you need Ed25519 compatibility, you need to do the following: - Compile Monocypher.c with option -DED25519_SHA512. - Link the final program with a suitable SHA-512 implementation. You - can use the `sha512.c` and `sha512.h` files provided in `src/`. + can use the `sha512.c` and `sha512.h` files provided in + `src/optional`. Note that even though the default hash (Blake2b) is not "standard", you can still upgrade to faster implementations if you really need to. -- 2.47.3