Crc64WE constructor

Crc64WE()

Implementation

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