const crypto.SHA3_512
5 uses
crypto (current package)
crypto.go#L49: case SHA3_512:
crypto.go#L81: SHA3_512 // import golang.org/x/crypto/sha3
crypto.go#L104: SHA3_512: 64,
crypto/sha3
sha3.go#L20: crypto.RegisterHash(crypto.SHA3_512, func() hash.Hash { return New512() })
golang.org/x/crypto/sha3
register.go#L17: crypto.RegisterHash(crypto.SHA3_512, New512)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)