From da44b020ab8a75535eb8d64a20708e9d1f14ac70 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Thu, 6 Jul 2017 22:05:32 +0200 Subject: [PATCH] updated README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 --------------------------- -- 2.47.3