const Crc10Cdma2000 = Crc(u10, .{ .polynomial = 985, .initial = 1023, .reflect_input = false, .reflect_output = false, .xor_output = 0 });