module CRC32

Defined in:

Class Method Summary

Class Method Detail

def self.checksum(data) : UInt32 #

def self.combine(crc1 : UInt32, crc2 : UInt32, len) : UInt32 #

def self.initial : UInt32 #

def self.update(data, crc32 : UInt32) : UInt32 #