diff options
Diffstat (limited to 'crypto/sha3/keccakf.go')
-rw-r--r-- | crypto/sha3/keccakf.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/sha3/keccakf.go b/crypto/sha3/keccakf.go index 13e7058fa..46d03ed38 100644 --- a/crypto/sha3/keccakf.go +++ b/crypto/sha3/keccakf.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build !amd64 appengine gccgo + package sha3 // rc stores the round constants for use in the ι step. |