We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f42f81 commit c34ad9eCopy full SHA for c34ad9e
src/main/java/com/backblaze/erasure/Galois.java
@@ -97,7 +97,7 @@ public final class Galois {
97
* to members of the field. There is no entry for 255
98
* because the highest log is 254.
99
*
100
- * This table was generated by java_tables.py
+ * This table was generated by java_tables.py.
101
*/
102
103
static final byte [] EXP_TABLE = new byte [] {
@@ -194,7 +194,7 @@ public static byte subtract(byte a, byte b) {
194
}
195
196
/**
197
- * Multiplies to elements of the field.
+ * Multiplies two elements of the field.
198
199
public static byte multiply(byte a, byte b) {
200
if (a == 0 || b == 0) {
0 commit comments