const Crc32Mef = Crc(u32, .{ .polynomial = 1947962583, .initial = 4294967295, .reflect_input = true, .reflect_output = true, .xor_output = 0 });