method
crc32_combine
ruby latest stable - Class:
Zlib
crc32_combine(p1, p2, p3)public
Combine two CRC-32 check values in to one. crc1 is the first CRC-32 value, crc2 is the second CRC-32 value. len2 is the length of the string used to generate crc2.