module Digest::CRC32
Overview
Implements the CRC32 checksum algorithm.
Defined in:
digest/crc32.crClass Method Summary
- .checksum(data) : UInt32
- .combine(crc1 : UInt32, crc2 : UInt32, len) : UInt32
- .initial : UInt32
- .update(data, crc32 : UInt32) : UInt32
Class Method Detail
© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/Digest/CRC32.html