const Crc16Cdma2000 = Crc(u16, .{ .polynomial = 51303, .initial = 65535, .reflect_input = false, .reflect_output = false, .xor_output = 0 });