aboutsummaryrefslogtreecommitdiff
path: root/salsa20/salsa/salsa20_amd64.s
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2023-10-10 17:49:56 -0400
committerGopher Robot <gobot@golang.org>2023-10-11 22:02:22 +0000
commit8779cbd1c99580969b3c12f0c828ea52fbb9a78c (patch)
tree243a0de3f02dac7ef610b3f056d395930969ab21 /salsa20/salsa/salsa20_amd64.s
parent2aeefc3f8a8174d7c23f7ec8e92ecebb47db0b49 (diff)
downloadgo-x-crypto-8779cbd1c99580969b3c12f0c828ea52fbb9a78c.tar.xz
all: update go directive to 1.18
Done with: go get go@1.18 go mod tidy go fix ./... Using go1.21.3. Also update avo to v0.5.0 in the curve25519/internal/field/_asm module. It's newer and produces no diff in the generated code. For golang/go#60268. Change-Id: I9bd771ee8561595d7f68aaca76df6e3e33d35013 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/534141 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to 'salsa20/salsa/salsa20_amd64.s')
-rw-r--r--salsa20/salsa/salsa20_amd64.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/salsa20/salsa/salsa20_amd64.s b/salsa20/salsa/salsa20_amd64.s
index c089277..fcce023 100644
--- a/salsa20/salsa/salsa20_amd64.s
+++ b/salsa20/salsa/salsa20_amd64.s
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build amd64 && !purego && gc
-// +build amd64,!purego,gc
// This code was translated into a form compatible with 6a from the public
// domain sources in SUPERCOP: https://bench.cr.yp.to/supercop.html