From: Loup Vaillant Date: Thu, 6 Jul 2017 20:05:32 +0000 (+0200) Subject: updated README.md X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=da44b020ab8a75535eb8d64a20708e9d1f14ac70;p=Monocypher.git updated README.md --- diff --git a/README.md b/README.md index bfc460a..cbfb7f6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ before you run them. To run only the self contained tests, run $ make test - $ ./test + $ ./vectors + $ ./properties To run only the edDSA fuzz tests (compares Monocypher with ed25519-donna), run @@ -41,6 +42,18 @@ This will have frama-c parse, and analyse the code, then launch a GUI. You must have frama-c installed. See frama-c.sh for the recommended settings. +Speed benchmark +--------------- + + $ make speed + $ ./speed + +It should tell you how well Monocypher fares against libsodium. +Results may vary between platforms and libsodium implementations. +Requires the POSIX `clock_gettime()` function, which is generally +disabled when using -std=C99 for strict C compliance. (See the +makefile to modify it.) + Integration to your project ---------------------------