func crypto/sha3.New512

3 uses

	crypto/sha3 (current package)
		sha3.go#L20: 	crypto.RegisterHash(crypto.SHA3_512, func() hash.Hash { return New512() })
		sha3.go#L126: func New512() *SHA3 {

	golang.org/x/crypto/sha3
		hashes.go#L58: 	return sha3.New512()