module Digest::Adler32 ¶ Implements the Adler32 checksum algorithm. Class methods¶ .checksum(data) : UInt32 ¶ View source .combine(adler1 : UInt32, adler2 : UInt32, len) : UInt32 ¶ View source .initial : UInt32 ¶ View source .update(data, adler32 : UInt32) : UInt32 ¶ View source