From: Loup Vaillant Date: Sat, 30 Dec 2017 19:33:49 +0000 (+0100) Subject: Wrong path in the readme X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=a3b4b16905f22a2365d22497a287223d722f04a7;p=Monocypher.git Wrong path in the readme --- 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.