class CRC::CRC16QT
- CRC::CRC16QT
- CRC::CRC16CCITT
- CRC::CRC16
- CRC::Base(UInt16)
- Digest
- Reference
- Object
Overview
Implements the CRC16_CCITT algorithm used in QT algorithms.
@author Matthew Bednarski
Defined in:
crc/crc16_qt.crConstructors
-
.new(crc = self.class.init_crc)
Initializes the CRC16QT instance.
Class Method Summary
-
.final_xor : UInt16
final XOR mask.
Instance Method Summary
-
#checksum : UInt16
Calculates the final CRC16 QT checksum value.
-
#update_impl(data : Bytes) : Nil
Updates the CRC16 checksum.