Class NormalLongCrc

    • Constructor Detail

      • NormalLongCrc

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

      • resumeRaw

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