Expand description
The ec module applies the Reed-Solomon error correction codes.
Functionsยง
- construct_
codewords - Constructs data and error correction codewords ready to be put in the QR code matrix.
- create_
error_ correction_ code - Creates the error correction code in N bytes.
- max_
allowed_ errors - Computes the maximum allowed number of erratic modules can be introduced to the QR code, before the data becomes truly corrupted.