Class NormalIntCrc

    • Constructor Detail

      • NormalIntCrc

        NormalIntCrc​(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