module Digest::CRC32 ¶ Implements the CRC32 checksum algorithm. Class methods¶ .checksum(data) : UInt32 ¶ View source .combine(crc1 : UInt32, crc2 : UInt32, len) : UInt32 ¶ View source .initial : UInt32 ¶ View source .update(data, crc32 : UInt32) : UInt32 ¶ View source