diff options
author | Jakob Unterwurzacher | 2017-02-26 19:34:23 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-02-26 19:34:23 +0100 |
commit | 98ecf1f074400c7cdfa7d3eafb4eeb0ab12e9ebd (patch) | |
tree | 3d87776d9ef14d96cb0db34078f593d9a8f5c7f7 /Documentation | |
parent | f2920f71e8a4b7eedcd86591cb8d823327a824d5 (diff) |
MANPAGE: document "-speed"
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/MANPAGE.md | 5 |
1 files changed, 5 insertions, 0 deletions
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". |