Files
qrbill/qrcodegenerator.go
Michael Stapelberg 11ded9c5ab switch to gozxing for visual similarity with SIX reference impl
The SIX reference implementation in Java that can be found at
https://www.paymentstandards.ch/dam/downloads/qrcodegenerator.java
uses the zxing library to generate their QR codes.

zxing is also available as a Go version, which we now use.
This means the QR codes can be compared visually to the reference.
2020-11-07 13:11:34 +01:00

3.0 KiB