const Crc6Cdma2000B = Crc(u6, .{ .polynomial = 7, .initial = 63, .reflect_input = false, .reflect_output = false, .xor_output = 0 });