You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #273, multipart payloads need to be properly tested.
- Multipart:
- Cold Signer MUST be able to start scanning the Multipart Payload at any frame.
- Cold Signer MUST NOT expect the frames to come in any particular order.
- Cold Signer SHOULD show a progress indicator of how many frames it has successfully scanned out of the total count.
- part_data MUST be stored by the Cold Signer, ordered by frame number, until all frames are scanned.
- Once all frames are combined, the part_data must be concatenated into a single binary blob, and then interpreted as a completely new albeit larger Payload, starting from the prefix table above.
The text was updated successfully, but these errors were encountered:
Following #273, multipart payloads need to be properly tested.
part_data
MUST be stored by the Cold Signer, ordered by frame number, until all frames are scanned.The text was updated successfully, but these errors were encountered: