crypto/sha3: Remove import path checking from vendored code

This commit is contained in:
Ricardo Catalinas Jiménez 2016-02-21 22:07:05 +00:00
parent e4b138a593
commit 5387ad760f
1 changed files with 1 additions and 1 deletions

View File

@ -63,4 +63,4 @@
// They produce output of the same length, with the same security strengths
// against all attacks. This means, in particular, that SHA3-256 only has
// 128-bit collision resistance, because its output length is 32 bytes.
package sha3 // import "golang.org/x/crypto/sha3"
package sha3