crc32_combine

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.

doc_ruby_on_rails
2015-06-14 22:55:56
Comments
Leave a Comment

Please login to continue.