mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
crypto: update Hash comments to point to crypto/sha3
Updates #65269 Change-Id: I6a6a6964060f587ec8c918f16b7c776d47e91f5a Reviewed-on: https://go-review.googlesource.com/c/go/+/701515 Auto-Submit: Filippo Valsorda <filippo@golang.org> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Daniel McCarney <daniel@binaryparadox.net> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
parent
ff45d5d53c
commit
4cc7cc74c3
1 changed files with 4 additions and 4 deletions
|
|
@ -75,10 +75,10 @@ const (
|
||||||
SHA512 // import crypto/sha512
|
SHA512 // import crypto/sha512
|
||||||
MD5SHA1 // no implementation; MD5+SHA1 used for TLS RSA
|
MD5SHA1 // no implementation; MD5+SHA1 used for TLS RSA
|
||||||
RIPEMD160 // import golang.org/x/crypto/ripemd160
|
RIPEMD160 // import golang.org/x/crypto/ripemd160
|
||||||
SHA3_224 // import golang.org/x/crypto/sha3
|
SHA3_224 // import crypto/sha3
|
||||||
SHA3_256 // import golang.org/x/crypto/sha3
|
SHA3_256 // import crypto/sha3
|
||||||
SHA3_384 // import golang.org/x/crypto/sha3
|
SHA3_384 // import crypto/sha3
|
||||||
SHA3_512 // import golang.org/x/crypto/sha3
|
SHA3_512 // import crypto/sha3
|
||||||
SHA512_224 // import crypto/sha512
|
SHA512_224 // import crypto/sha512
|
||||||
SHA512_256 // import crypto/sha512
|
SHA512_256 // import crypto/sha512
|
||||||
BLAKE2s_256 // import golang.org/x/crypto/blake2s
|
BLAKE2s_256 // import golang.org/x/crypto/blake2s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue