const Crc3Gsm = Crc(u3, .{ .polynomial = 3, .initial = 0, .reflect_input = false, .reflect_output = false, .xor_output = 7 });