Deleted some section comments.

pull/134/head
Project Nayuki 5 years ago
parent f8f01c4d4e
commit fa7a092672

@ -33,9 +33,6 @@ final class QrTemplate {
= new Memoizer<>(QrTemplate::new);
/*---- Instance members ----*/
private final int version;
private final int size;

@ -33,9 +33,6 @@ final class ReedSolomonGenerator {
= new Memoizer<>(ReedSolomonGenerator::new);
/*---- Instance members ----*/
// A table of size 256 * degree, where polynomialMultiply[i][j] = multiply(i, coefficients[j]).
// 'coefficients' is the temporary array representing the coefficients of the divisor polynomial,
// stored from highest to lowest power, excluding the leading term which is always 1.
@ -90,9 +87,6 @@ final class ReedSolomonGenerator {
}
/*---- Constant members ----*/
// Returns the product of the two given field elements modulo GF(2^8/0x11D). The arguments and result
// are unsigned 8-bit integers. This could be implemented as a lookup table of 256*256 entries of uint8.
private static int multiply(int x, int y) {

Loading…
Cancel
Save