const Crc32Mpeg2 = Crc(u32, .{ .polynomial = 79764919, .initial = 4294967295, .reflect_input = false, .reflect_output = false, .xor_output = 0 });