CRC.crc4ITU constructor
CRC.crc4ITU([
- bool mapping = false
CRC-4/ITU
Implementation
factory CRC.crc4ITU([bool mapping = false]) =>
CRC('CRC-4/ITU', 4, 0x03, 0x00, true, true, 0x00, mapping);