W3cubDocs

/Crystal

module Adler32

Defined in:

adler32/adler32.cr

Class Method Summary

Class Method Detail

def self.checksum(data) : UInt32Source

DEPRECATED Use Digest::Adler32.checksum instead

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

DEPRECATED Use Digest::Adler32.combine instead

def self.initial : UInt32Source

DEPRECATED Use Digest::Adler32.initial instead

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

DEPRECATED Use Digest::Adler32.update instead

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