diff options
Diffstat (limited to 'crypto')
-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 |