diff options
Diffstat (limited to 'vendor/golang.org/x/crypto/sha3/shake_generic.go')
-rw-r--r-- | vendor/golang.org/x/crypto/sha3/shake_generic.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/golang.org/x/crypto/sha3/shake_generic.go b/vendor/golang.org/x/crypto/sha3/shake_generic.go index 5c0710ef9..8d31cf5be 100644 --- a/vendor/golang.org/x/crypto/sha3/shake_generic.go +++ b/vendor/golang.org/x/crypto/sha3/shake_generic.go @@ -3,7 +3,6 @@ // license that can be found in the LICENSE file. //go:build !gc || purego || !s390x -// +build !gc purego !s390x package sha3 |