Crc16Ibm¶
The CRC16 IBM cyclic redundancy check.
Calculates the CRC using the CRC16 IBM algorithm.
Comments¶
The CRC16 IBM algorithm is one implementation of a cyclic redundancy check, used for error detection.
For more information, have a look at https://en.wikipedia.org/wiki/Cyclic_redundancy_check.