element-web/src/components/views/elements/crypto
Travis Ralston 3abd3137c7 Use the right function for creating binary verification QR codes
`writeInt8` happened to work because the strings we're writing happen to fit within a single byte so the LSB doesn't matter. We actually want a 16 bit (2 byte) number in big-endian format.
2020-02-26 13:37:34 -07:00
..
VerificationQRCode.js Use the right function for creating binary verification QR codes 2020-02-26 13:37:34 -07:00