Zlib.crc32_combine(crc1, crc2, len2)
Class Public methods
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
.
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
.
Please login to continue.