1
votes

for a little project I'm asked to come up with a little QR-Code encoder in Go. After successfully completing the analysing and encoding part, I'm now trying to wrap my head around the error correction using the following package:

https://github.com/klauspost/reedsolomon

Essentially, I don't understand how to structure the data and parity shards inputs in connection with a specific QR-Code version and its specifications.

Thanks in advance.

1
This is basically the answer. Thank you very much. - qantik

1 Answers