Crc8Nrsc5 constructor

Crc8Nrsc5()

Implementation

Crc8Nrsc5()
    : super(
        8,
        0x31,
        0xff,
        0x00,
        inputReflected: false,
        outputReflected: false);