CRC.crc16CCITT constructor

CRC.crc16CCITT([
  1. bool mapping = false
])

CRC-16/CCITT

Implementation

factory CRC.crc16CCITT([bool mapping = false]) =>
    CRC('CRC-16/CCITT', 16, 0x1021, 0x0000, true, true, 0x0000, mapping);