W3cubDocs

/Crystal

module CRC32

Defined in:

crc32/crc32.cr

Class Method Summary

Class Method Detail

def self.checksum(data) : UInt32Source

DEPRECATED Use Digest::CRC32.checksum instead

def self.combine(crc1 : UInt32, crc2 : UInt32, len) : UInt32Source

DEPRECATED Use Digest::CRC32.combine instead

def self.initial : UInt32Source

DEPRECATED Use Digest::CRC32.initial instead

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

DEPRECATED Use Digest::CRC32.update instead

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