Class NormalByteCrc

    • Constructor Detail

      • NormalByteCrc

        NormalByteCrc​(java.lang.String algorithm,
                      int bitWidth,
                      int poly,
                      int init,
                      int xorOut)
    • Method Detail

      • resumeRaw

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