const Crc8Cdma2000 = Crc(u8, .{ .polynomial = 155, .initial = 255, .reflect_input = false, .reflect_output = false, .xor_output = 0 });