Crc8Rohc constructor

Crc8Rohc()

Implementation

Crc8Rohc()
    : super(
        8,
        0x07,
        0xff,
        0x00,
        inputReflected: true,
        outputReflected: true);