cryptoadvance / specter-diy

DIY airgapped hardware wallet that uses QR codes for communication with the host
MIT License
440 stars 73 forks source link

Fix visual frame number overflow when showing an animated qr code. #239

Closed henrikhk closed 1 year ago

netlify[bot] commented 1 year ago

Deploy Preview for specter-diy-docs ready!

Name Link
Latest commit aa70ac992cb007dd2f2e8ea6dc8637d3b26466bb
Latest deploy log https://app.netlify.com/sites/specter-diy-docs/deploys/638fcbef6137eb000862ab6b
Deploy Preview https://deploy-preview-239--specter-diy-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

stepansnigirev commented 1 year ago

It is not an overflow. BCUR standard generates an infinite number of frames, so a situation, where you have frame 100 of 5, is expected - every next frame is not a repetition of one of the frames from 1 to 5, but a funky xor combination of them.