matrix-react-sdk
3abd3137 - Use the right function for creating binary verification QR codes

Commit
5 years ago
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.
Author
Committer
Parents
Loading