func crypto/sha256.Sum256

9 uses

	crypto/sha256 (current package)
		sha256.go#L53: func Sum256(data []byte) [Size]byte {

	crypto/x509
		x509.go#L1762: 			h := sha256.Sum256(publicKeyBytes)

	github.com/gotd/td/crypto
		rsa_pad.go#L90: 			aesEncryptedHash := sha256.Sum256(aesEncrypted)
		rsa_pad.go#L132: 		aesEncryptedHash := sha256.Sum256(aesEncrypted)

	github.com/gotd/td/crypto/srp
		hash.go#L65: 	ka := sha256.Sum256(sa[:])
		hash.go#L68: 	xorHpHg := xor32(sha256.Sum256(i.P), sha256.Sum256(gBytes[:]))

	github.com/gotd/td/telegram/dcs
		dns.go#L70: 	decryptedHash := sha256.Sum256(decrypted)

	github.com/refraction-networking/utls
		u_parrots.go#L83: 			GetSessionID: sha256.Sum256,