]> git.codecow.com Git - Monocypher.git/commitdiff
readme cosmetic
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 18 Jul 2017 17:43:03 +0000 (19:43 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Tue, 18 Jul 2017 17:43:03 +0000 (19:43 +0200)
README.md

index 330339944cf541783a3cea6c42b3d125e366c4d0..42985fffc5a9b1b131241b7759a9be625572126d 100644 (file)
--- 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.