func crypto/sha512.Sum512

4 uses

	crypto/sha512 (current package)
		sha512.go#L343: func Sum512(data []byte) [Size]byte {

	crypto/ed25519
		ed25519.go#L171: 	h := sha512.Sum512(seed)
		ed25519.go#L213: 	h := sha512.Sum512(seed)

	crypto/tls
		common.go#L810: 	hashed := sha512.Sum512(b[:])