Crc64GoIso constructor

Crc64GoIso()

Implementation

Crc64GoIso()
    : super(
        64,
        BigInt.parse('000000000000001b', radix: 16),
        BigInt.parse('ffffffffffffffff', radix: 16),
        BigInt.parse('ffffffffffffffff', radix: 16),
        inputReflected: true,
        outputReflected: true);