const Crc8GsmB = Crc(u8, .{ .polynomial = 73, .initial = 0, .reflect_input = false, .reflect_output = false, .xor_output = 255 });