Crc16Ibm3740 constructor

Crc16Ibm3740()

Implementation

Crc16Ibm3740()
    : super(
        16,
        0x1021,
        0xffff,
        0x0000,
        inputReflected: false,
        outputReflected: false);