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
402 stars 43 forks source link

multiplicaton of negative and positive, negative and negative not working #43

Closed bpradeep508 closed 3 years ago

bpradeep508 commented 3 years ago

ex:

a=10 b=-2 c=ab=-20 but answer is 0 a=-10 b=-2 c=ab=20 but answer is 0