class

Digest::CRC32

Inherits Digest / Reference / Object

Implements the CRC32 checksum algorithm.

NOTE: To use CRC32, you must explicitly import it with require "digest/crc32"

Constructors

Class methods

checksum(data) : UInt32
Source
combine(crc1 : UInt32, crc2 : UInt32, len : Int32) : UInt32
Source
initial
Source
update(data : Bytes, crc32 : UInt32) : UInt32
Source
update(data, crc32 : UInt32) : UInt32
Source