const Crc10Gsm = Crc(u10, .{ .polynomial = 373, .initial = 0, .reflect_input = false, .reflect_output = false, .xor_output = 1023 });