See: Description
| Class | Description |
|---|---|
| GenericGF | This class contains utility methods for performing mathematical operations over
the Galois Fields. |
| GenericGFPoly | Represents a polynomial whose coefficients are elements of a GF. |
| ReedSolomonEncoder | Implements Reed-Solomon encoding, as the name implies. |
GenericGF - Generic Galois Field implementationGenericGFPoly - Generic Galois Field PolynomialReedSolomonEncoder - Reed-Solomon encoding implementationcom.google.zxing.common - Common ZXing utilitiescom.google.zxing.qrcode - QR code implementationReed-Solomon codes are block-based error correction codes that work by adding redundant data to messages. They can detect and correct multiple errors within a block, making them ideal for applications where data integrity is critical but the transmission medium may be unreliable.
Since 0.9.10