From 98ecf1f074400c7cdfa7d3eafb4eeb0ab12e9ebd Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 26 Feb 2017 19:34:23 +0100 Subject: [PATCH] MANPAGE: document "-speed" --- Documentation/MANPAGE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 1a4df6a..66956d6 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -186,6 +186,11 @@ Options: mounting but makes the password susceptible to brute-force attacks (default 16) +**-speed** +: Run crypto speed test. Benchmark Go's built-in GCM against OpenSSL + (if available). The library that will be selected on "-openssl=auto" + (the default) is marked as such. + **-version** : Print version and exit. The output contains three fields seperated by ";". Example: "gocryptfs v1.1.1-5-g75b776c; go-fuse 6b801d3; 2016-11-01 go1.7.3".