diff options
author | Jakob Unterwurzacher | 2022-12-29 15:00:24 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2022-12-29 15:00:37 +0100 |
commit | 856ccaac10579abda5620dfc86ad6031b1076a43 (patch) | |
tree | 91c3f90cf19123ff0cd6cd86d514afb7d38c4ed6 /internal/stupidgcm/prefer.go | |
parent | 99cdaa0b69e884128e8f673f96bd4d3e32743d80 (diff) |
make format
Run "make format" using
go version go1.19.4 linux/amd64
Diffstat (limited to 'internal/stupidgcm/prefer.go')
-rw-r--r-- | internal/stupidgcm/prefer.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/stupidgcm/prefer.go b/internal/stupidgcm/prefer.go index fe8c613..e3f52d4 100644 --- a/internal/stupidgcm/prefer.go +++ b/internal/stupidgcm/prefer.go @@ -11,9 +11,9 @@ import ( // // Go GCM is only faster if the CPU either: // -// 1) Is X86_64 && has AES instructions && Go is v1.6 or higher -// 2) Is ARM64 && has AES instructions && Go is v1.11 or higher -// (commit https://github.com/golang/go/commit/4f1f503373cda7160392be94e3849b0c9b9ebbda) +// 1. Is X86_64 && has AES instructions && Go is v1.6 or higher +// 2. Is ARM64 && has AES instructions && Go is v1.11 or higher +// (commit https://github.com/golang/go/commit/4f1f503373cda7160392be94e3849b0c9b9ebbda) // // See https://github.com/rfjakob/gocryptfs/wiki/CPU-Benchmarks // for benchmarks. |