Modifier and Type | Field and Description |
---|---|
private static int[] |
crc_table |
private static int |
GF2_DIM |
private int |
v |
Constructor and Description |
---|
CRC32() |
Modifier and Type | Method and Description |
---|---|
(package private) static long |
combine(long crc1,
long crc2,
long len2) |
CRC32 |
copy() |
static int[] |
getCRC32Table() |
long |
getValue() |
(package private) static void |
gf2_matrix_square(long[] square,
long[] mat) |
private static long |
gf2_matrix_times(long[] mat,
long vec) |
void |
reset() |
void |
reset(long vv) |
void |
update(byte[] buf,
int index,
int len) |
private int v
private static int[] crc_table
private static final int GF2_DIM
public void update(byte[] buf, int index, int len)
static long combine(long crc1, long crc2, long len2)
private static long gf2_matrix_times(long[] mat, long vec)
static final void gf2_matrix_square(long[] square, long[] mat)
public static int[] getCRC32Table()