]> git.codecow.com Git - Monocypher.git/commitdiff
Documented LibHydrogen speed benchmark
authorLoup Vaillant <loup@loup-vaillant.fr>
Fri, 25 Oct 2019 17:42:14 +0000 (19:42 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Fri, 25 Oct 2019 17:42:14 +0000 (19:42 +0200)
README.md

index 14896457c8e0fd23a20b774817693ff39ad1c556..d079547459dca3bdf3f1c41c6dbe8a81e3dea70c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -129,10 +129,14 @@ not sure, you can always switch later.
 Note: the speed benchmark currently requires the POSIX
 `clock_gettime()` function.
 
-There are similar benchmarks for Libsodium and TweetNaCl:
+There are similar benchmarks for Libsodium, TweetNaCl, and LibHydrogen:
 
     $ make speed-sodium
     $ make speed-tweetnacl
+    $ make speed-hydrogen
+
+(The `speed-hydrogen` target assumes it has pkg-config installed. Try
+`make pkg-config-libhydrogen` as root if it is not.)
 
 You can also adjust the optimisation options for Monocypher and
 TweetNaCl (the default is `-O3 march=native`):