Sha256: e67bbb324fa7f051b9df8588868b47b41272eac34821b7ed97e9c758b83f135b
Contents?: true
Size: 215 Bytes
Versions: 5
Compression:
Stored size: 215 Bytes
Contents
require 'digest/crc16_x_25' module Digest # # Implements the CRC16_CCITT algorithm used in QT algorithms. # # @note Is exactly the same as the CRC16 X-25 algorithm. # class CRC16QT < CRC16X25 end end
Version data entries
5 entries across 5 versions & 1 rubygems