Class: Digest::CRC16QT

Inherits:
CRC16X25 show all
Defined in:
lib/digest/crc16_qt.rb

Overview

Note:

Is exactly the same as the CRC16 X-25 algorithm.

Implements the CRC16_CCITT algorithm used in QT algorithms.

Constant Summary

Constants inherited from CRC16X25

Digest::CRC16X25::INIT_CRC, Digest::CRC16X25::INIT_XOR, Digest::CRC16X25::TABLE, Digest::CRC16X25::XOR_MASK

Constants inherited from CRC16

Digest::CRC16::INIT_CRC, Digest::CRC16::TABLE, Digest::CRC16::WIDTH

Constants inherited from CRC

Digest::CRC::INIT_CRC, Digest::CRC::TABLE, Digest::CRC::WIDTH, Digest::CRC::XOR_MASK

Method Summary

Methods inherited from CRC16

pack, #update

Methods inherited from CRC

#<<, #block_length, #checksum, checksum, #digest_length, #finish, #initialize, pack, #reset, #update

Constructor Details

This class inherits a constructor from Digest::CRC