Skip to content

Commit 4cc7cc7

Browse files
FiloSottilegopherbot
authored andcommitted
crypto: update Hash comments to point to crypto/sha3
Updates golang#65269 Change-Id: I6a6a6964060f587ec8c918f16b7c776d47e91f5a Reviewed-on: https://go-review.googlesource.com/c/go/+/701515 Auto-Submit: Filippo Valsorda <[email protected]> Reviewed-by: Michael Pratt <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Daniel McCarney <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent ff45d5d commit 4cc7cc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/crypto/crypto.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ const (
7575
SHA512 // import crypto/sha512
7676
MD5SHA1 // no implementation; MD5+SHA1 used for TLS RSA
7777
RIPEMD160 // import golang.org/x/crypto/ripemd160
78-
SHA3_224 // import golang.org/x/crypto/sha3
79-
SHA3_256 // import golang.org/x/crypto/sha3
80-
SHA3_384 // import golang.org/x/crypto/sha3
81-
SHA3_512 // import golang.org/x/crypto/sha3
78+
SHA3_224 // import crypto/sha3
79+
SHA3_256 // import crypto/sha3
80+
SHA3_384 // import crypto/sha3
81+
SHA3_512 // import crypto/sha3
8282
SHA512_224 // import crypto/sha512
8383
SHA512_256 // import crypto/sha512
8484
BLAKE2s_256 // import golang.org/x/crypto/blake2s

0 commit comments

Comments
 (0)