From: Loup Vaillant Date: Sun, 1 Dec 2019 19:36:11 +0000 (+0100) Subject: README typo X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=a56b610420bf2f7177ccd6b2087bd1dd59b51194;p=Monocypher.git README typo --- diff --git a/README.md b/README.md index 2ae96d8..160f925 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Customisation ------------- Monocypher has optional compatibility with Ed25519. To have that, add -`ed25519.h` and `ed25519.h` provided in `src/optional` to your project. +`ed25519.h` and `ed25519.c` provided in `src/optional` to your project. If you're using the makefile, define the `USE_ED25519` variable to link it to monocypher.a and monocypher.so: