func crypto/sha3.New512

2 uses

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