const Crc12Umts = Crc(u12, .{ .polynomial = 2063, .initial = 0, .reflect_input = false, .reflect_output = true, .xor_output = 0 });