const Crc8Tech3250 = Crc(u8, .{ .polynomial = 29, .initial = 255, .reflect_input = true, .reflect_output = true, .xor_output = 0 });