Über Open CoDE Software Wiki Diskussionen Gitlab

Skip to content

remove hex conversion in qr code generation

Christoph Scholz requested to merge fix_encoding into main

I believe it's not necessary to first convert from binary to printable hex. In that case we wouldn't need the b45-encoding at all. b45 takes binary and generates printable ascii optimized for qr codes.

Merge request reports