[release/1.4.16] crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4

This pulls in the assembly implementation of keccakf1600 for amd64.

(cherry picked from commit 54ea317375)
This commit is contained in:
Felix Lange
2016-10-01 21:02:57 +02:00
parent 1639f1174e
commit d1bb89d46d
6 changed files with 410 additions and 3 deletions

View File

@@ -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.