koopman constant

CRC32Params const koopman

Koopman's polynomial. Also has better error detection characteristics than IEEE. https://dx.doi.org/10.1109/DSN.2002.1028931

Implementation

static const koopman = CRC32Params._(
    'Koopman', 0x741B8CD7, 0xFFFFFFFF, true, 0x00000000);