github.com/gotd/td/internal/mt.ReqDHParamsRequest.EncryptedData (field)

7 uses

	github.com/gotd/td/internal/mt (current package)
		tl_req_d_h_params_gen.go#L47: 	EncryptedData []byte
		tl_req_d_h_params_gen.go#L80: 	if !(r.EncryptedData == nil) {
		tl_req_d_h_params_gen.go#L166: 	b.PutBytes(r.EncryptedData)
		tl_req_d_h_params_gen.go#L226: 		r.EncryptedData = value
		tl_req_d_h_params_gen.go#L276: 	return r.EncryptedData

	github.com/gotd/td/internal/exchange
		client_flow.go#L118: 		EncryptedData:        encryptedData,
		server_flow.go#L160: 		r, err := crypto.DecodeRSAPad(dhParams.DH.EncryptedData, s.key.RSA)