func crypto/sha256.Sum256

5 uses

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

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

	github.com/jackc/pgx/v5
		conn.go#L350: 		digest := sha256.Sum256([]byte(sql))

	github.com/jackc/pgx/v5/internal/stmtcache
		stmtcache.go#L14: 	digest := sha256.Sum256([]byte(sql))

	github.com/jackc/pgx/v5/pgconn
		auth_scram.go#L347: 	storedKey := sha256.Sum256(clientKey)