func crypto/md5.Sum

2 uses

	crypto/md5 (current package)
		md5.go#L178: func Sum(data []byte) [Size]byte {

	github.com/gotd/td/session/tdesktop
		md5.go#L10: 	hash := md5.Sum([]byte(s)) // #nosec G401