Crc32Cksum constructor

Crc32Cksum()

Implementation

Crc32Cksum()
    : super(
        32,
        0x04c11db7,
        0x00000000,
        0xffffffff,
        inputReflected: false,
        outputReflected: false);