Cingulata icon indicating copy to clipboard operation
Cingulata copied to clipboard

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

Open bpradeep508 opened this issue 3 years ago • 1 comments

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;

bpradeep508 avatar Apr 28 '21 07:04 bpradeep508

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

ssmiler avatar Jun 29 '21 09:06 ssmiler