const Crc8Rohc = Crc(u8, .{ .polynomial = 7, .initial = 255, .reflect_input = true, .reflect_output = true, .xor_output = 0 });