Sha256: 5b73b204e9e87f554b76f743db4b32236de2c0f9fb6c2f4655b409b1a88e1b13
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 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. # CRC16QT = CRC16X25 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
digest-crc-0.6.1 | lib/digest/crc16_qt.rb |
digest-crc-0.6.0 | lib/digest/crc16_qt.rb |