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
Xfer does no verification that the reassembled data matches the data that was originally provided.
We should take some checksum of the data at source, add this to the keyframe, and verify integrity once the data is reassembled.
Of course, the underlying QR code library handles Error Checking and Error Correction on a per frame basis, but we should also assert this at a higher level.
The text was updated successfully, but these errors were encountered:
Xfer does no verification that the reassembled data matches the data that was originally provided.
We should take some checksum of the data at source, add this to the keyframe, and verify integrity once the data is reassembled.
Of course, the underlying QR code library handles Error Checking and Error Correction on a per frame basis, but we should also assert this at a higher level.
The text was updated successfully, but these errors were encountered: