Crc40Gsm constructor

Crc40Gsm()

Implementation

Crc40Gsm()
    : super(
        40,
        BigInt.parse('0004820009', radix: 16),
        BigInt.parse('0000000000', radix: 16),
        BigInt.parse('ffffffffff', radix: 16),
        inputReflected: false,
        outputReflected: false);