Crc64Ecma182 constructor

Crc64Ecma182()

Implementation

Crc64Ecma182()
    : super(
        64,
        BigInt.parse('42f0e1eba9ea3693', radix: 16),
        BigInt.parse('0000000000000000', radix: 16),
        BigInt.parse('0000000000000000', radix: 16),
        inputReflected: false,
        outputReflected: false);