class Digest::CRC16Genibus
Implements the CRC16
Genibus algorithm.
@since 0.5.0
Constants
- INIT_CRC
- INIT_XOR
- REFLECT_INPUT
- TABLE
-
Generated by ‘./pycrc.py –algorithm=table-driven –model=crc-16 –generate=c`
- XOR_MASK
Implements the CRC16
Genibus algorithm.
@since 0.5.0
Generated by ‘./pycrc.py –algorithm=table-driven –model=crc-16 –generate=c`