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