-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
need/community-inputNeeds input from the wider communityNeeds input from the wider communitytopic/gatewayTopic gatewayTopic gateway
Description
In some discussions i realized that the response we get from the gateways are not verifiable to the hash requested. This is because gateways only transmit the concatenated data portions of the tree.
A solution to this could be having an extra header in the response, that is a description of the tree-structure of the file, including all the bytes that did not make it into the response body, and the offsets into the body. When these are concatenated, we could hash it client side, and be sure we got the right thing.
This is mostly of interest for browser plugins. Thoughts on this?
Macil and agentofuser
Metadata
Metadata
Assignees
Labels
need/community-inputNeeds input from the wider communityNeeds input from the wider communitytopic/gatewayTopic gatewayTopic gateway