const Crc32Autosar = Crc(u32, .{ .polynomial = 4104977171, .initial = 4294967295, .reflect_input = true, .reflect_output = true, .xor_output = 4294967295 });