public class FastCRC24 extends CRC24
crc, CRC24_INIT, CRC24_POLY
Constructor and Description |
---|
FastCRC24()
Fast CRC-24 implementation using a lookup table to handle multiple bits at a time.
|
Modifier and Type | Method and Description |
---|---|
void |
update(int b) |