class

Digest::Adler32

Inherits Digest / Reference / Object

Implements the Adler32 checksum algorithm.

NOTE: To use Adler32, you must explicitly import it with require "digest/adler32"

Constructors

Class methods

checksum(data) : UInt32
Source
combine(adler1 : UInt32, adler2 : UInt32, len : Int32) : UInt32
Source
initial
Source
update(data : Bytes, adler32 : UInt32) : UInt32
Source
update(data, adler32 : UInt32) : UInt32
Source