CEA-LIST / Cingulata

Cingulata (pronounced "tchingulata") is a compiler toolchain and RTE for running C++ programs over encrypted data by means of fully homomorphic encryption techniques.
Other
401 stars 43 forks source link

error: no match for 'operator=' (operand types are 'LweSample' and 'cingulata::CiBit') ciphertext2[i]=t; #38

Open bpradeep508 opened 3 years ago

bpradeep508 commented 3 years ago

how to convert CiBit to tfhe supported bit format or viceversa ex: LweSample* result = new_gate_bootstrapping_ciphertext_array(1, params) CiBit=0 result=CiBit;

ssmiler commented 3 years ago

You cannot do it directly. You shall try to add a getter to obj_hdl member of CiBit.