const Crc12Gsm = Crc(u12, .{ .polynomial = 3377, .initial = 0, .reflect_input = false, .reflect_output = false, .xor_output = 4095 });