Crc64Xz constructor

Crc64Xz()

Implementation

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