diff options
author | Ricardo Catalinas Jiménez <r@untroubled.be> | 2016-02-22 06:07:05 +0800 |
---|---|---|
committer | Ricardo Catalinas Jiménez <r@untroubled.be> | 2016-02-22 06:34:34 +0800 |
commit | 5387ad760fa48bc4a060e7fbcbb3c6760cdacac3 (patch) | |
tree | 89eec1be38d3eacfc77b5d81547db2b3751a01bb /crypto/sha3 | |
parent | e4b138a5931b309805162610870df50165e61a8f (diff) | |
download | dexon-5387ad760fa48bc4a060e7fbcbb3c6760cdacac3.tar.gz dexon-5387ad760fa48bc4a060e7fbcbb3c6760cdacac3.tar.zst dexon-5387ad760fa48bc4a060e7fbcbb3c6760cdacac3.zip |
crypto/sha3: Remove import path checking from vendored code
Diffstat (limited to 'crypto/sha3')
-rw-r--r-- | crypto/sha3/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha3/doc.go b/crypto/sha3/doc.go index a0ee3ae72..3dab530f8 100644 --- a/crypto/sha3/doc.go +++ b/crypto/sha3/doc.go @@ -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 |