class

CRC::CRC1

Inherits CRC::Base < Digest < Reference < Object

Implements the CRC1 algorithm.

Constructors

new(crc : UINT = self.class.init_crc)

Initializes the CRC instance.

Source

Instance methods

digest_size

The size of the resulting CRC checksum.

Source
final_impl(dst : Bytes) : Nil

The packed CRC value.

Source
update_impl(data : Bytes) : Nil

Updates the CRC1 checksum.

Source