const Crc8DvbS2 = Crc(u8, .{ .polynomial = 213, .initial = 0, .reflect_input = false, .reflect_output = false, .xor_output = 0 });