Class NormalByteCrc

All Implemented Interfaces:
Hash, IncrementalIntHash, StatelessHash, StatelessIntHash

final class NormalByteCrc extends AbstractIntCrc
Implements a "normal" MSB-first byte-width CRC function using a lookup table.
  • Constructor Details

    • NormalByteCrc

      NormalByteCrc(String algorithm, int bitWidth, int poly, int init, int xorOut)
  • Method Details

    • resumeRaw

      protected int resumeRaw(int crc, byte[] input, int index, int length)
      Specified by:
      resumeRaw in class AbstractIntCrc