const Crc3Rohc = Crc(u3, .{ .polynomial = 3, .initial = 7, .reflect_input = true, .reflect_output = true, .xor_output = 0 });