const Crc8Autosar = Crc(u8, .{ .polynomial = 47, .initial = 255, .reflect_input = false, .reflect_output = false, .xor_output = 255 });