Crc16Riello constructor

Crc16Riello()

Implementation

Crc16Riello()
    : super(
        16,
        0x1021,
        0xb2aa,
        0x0000,
        inputReflected: true,
        outputReflected: true);