Cingulata icon indicating copy to clipboard operation
Cingulata copied to clipboard

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

Results 4 Cingulata issues
Sort by recently updated
recently updated
newest added

q values is 4Location: 0 : 0 Data in textFile: 51 Location: 0 : 1 Data in textFile: 25 Location: 0 : 2 Data in textFile: 30 Location: 0 :...

Hi, when compiling a program of sorting (from thfe) using docker run -it --rm -v $(pwd):/cingu cingulata:bfv I get the following message : [ 63%] Generating fhe_params.xml TEST_NAME=bfv-wifsSort MODE=static The...

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;