const Crc7Rohc = Crc(u7, .{ .polynomial = 79, .initial = 127, .reflect_input = true, .reflect_output = true, .xor_output = 0 });