func golang.org/x/crypto/sha3.New512

3 uses

	golang.org/x/crypto/sha3 (current package)
		hashes.go#L48: func New512() hash.Hash {
		hashes.go#L93: 	h := New512()
		register.go#L18: 	crypto.RegisterHash(crypto.SHA3_512, New512)