lib/digest/crc16_qt.rb in digest-crc-0.6.1 vs lib/digest/crc16_qt.rb in digest-crc-0.6.2
- old
+ new
@@ -4,7 +4,8 @@
#
# Implements the CRC16_CCITT algorithm used in QT algorithms.
#
# @note Is exactly the same as the CRC16 X-25 algorithm.
#
- CRC16QT = CRC16X25
+ class CRC16QT < CRC16X25
+ end
end