7 #include "../../../common/tfhe_lib.hpp"
9 void half_adder(LweSample* sum, LweSample* carry_out, LweSample* a,
10 LweSample* b,
const TFheGateBootstrappingCloudKeySet* bk);
12 void half_adder_4sub(LweSample* sum, LweSample* carry_out, LweSample* a,
13 LweSample* b,
const TFheGateBootstrappingCloudKeySet* bk);