class

CRC::CRC16QT

Inherits CRC::CRC16CCITT < CRC::CRC16 < CRC::Base < Digest < Reference < Object

Implements the CRC16_CCITT algorithm used in QT algorithms.

@author Matthew Bednarski

Constructors

new(crc = self.class.init_crc)

Initializes the CRC16QT instance.

Source

Class methods

final_xor

final XOR mask.

Source

Instance methods

checksum

Calculates the final CRC16 QT checksum value.

Source
update_impl(data : Bytes) : Nil

Updates the CRC16 checksum.

Source