module Digest::Adler32

Overview

Implements the Adler32 checksum algorithm.

Defined in:

digest/adler32.cr

Class Method Summary

Class Method Detail

def self.checksum(data) : UInt32Source

def self.combine(adler1 : UInt32, adler2 : UInt32, len) : UInt32Source

def self.initial : UInt32Source

def self.update(data, adler32 : UInt32) : UInt32Source

© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/Digest/Adler32.html