Package com.linkedin.alpini.base.hash


package com.linkedin.alpini.base.hash
  • Class
    Description
    CRC32 algorithm as used by Deflate.
    A pure-java implementation of the CRC32 checksum that uses the CRC32-C polynomial, the same polynomial used by iSCSI and implemented on many Intel chipsets supporting SSE4.2.
    Forked from com.linkedin.databus.core.util @ r293057
    Forked from com.linkedin.databus.core.util @ r293057
    Hash algorithm by Bob Jenkins, 1996.