From 4ad9d4e444e4f75fd388078b617c411bfab762c8 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 12 May 2016 09:50:36 +0200 Subject: prefer_openssl: add amd64 constraint Optimized assembly versions for Go GCM are only available on amd64. --- Documentation/MANPAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') 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. -- cgit v1.2.3