From: Loup Vaillant Date: Tue, 18 Jul 2017 17:43:03 +0000 (+0200) Subject: readme cosmetic X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=47ff7a3901278e5ab65dea6cb8eba8e4717b547a;p=Monocypher.git readme cosmetic --- diff --git a/README.md b/README.md index 3303399..42985ff 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To run only the self contained tests, run $ ./properties To run only the edDSA fuzz tests (compares Monocypher with -ed25519-donna), run +[ed25519-donna][donna]), run $ make donna $ ./donna @@ -45,6 +45,9 @@ ed25519-donna), run *Do not* use Monocypher without running the self contained tests at least once. +[donna]: https://github.com/floodyberry/ed25519-donna + + ### More serious testing The makefile may be modified to activate sanitising. Just run the @@ -110,7 +113,5 @@ the default Blake2b, do as the test suite does: Note that even though the default hash (Blake2b) is not "standard", you can still upgrade to faster implementations if you really need to. -The [Donna implementations of ed25519][donna] for instance can use a -custom hash —one test does just that. - -[donna]: https://github.com/floodyberry/ed25519-donna +The Donna implementations of ed25519 for instance can use a custom +hash —one test does just that.