const Crc14Gsm = Crc(u14, .{ .polynomial = 8237, .initial = 0, .reflect_input = false, .reflect_output = false, .xor_output = 16383 });