diff options
author | Jakob Unterwurzacher | 2016-05-12 09:50:36 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-05-12 09:50:36 +0200 |
commit | 4ad9d4e444e4f75fd388078b617c411bfab762c8 (patch) | |
tree | 0fdba9eacc805ee34cca3b6e34aeb5b0cc305401 /Documentation/MANPAGE.md | |
parent | 49b597f07c07bde6a2feb1f32f02fcaf34daf365 (diff) |
prefer_openssl: add amd64 constraint
Optimized assembly versions for Go GCM are only available
on amd64.
Diffstat (limited to 'Documentation/MANPAGE.md')
-rw-r--r-- | Documentation/MANPAGE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index cb725d5..411a1d5 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -97,7 +97,7 @@ used internally for daemonization. **-openssl bool** : Use OpenSSL instead of built-in Go crypto (default "auto"). Using -built-in crypto is 4x slower unless you CPU has AES instructions and +built-in crypto is 4x slower unless your CPU has AES instructions and you are using Go 1.6+. In mode "auto", gocrypts chooses the faster option. |