TFHE: Fast Fully-Homomorphic Encryption Over the Torus
tfhe.github.io
TFHE: Fast Fully-Homomorphic Encryption Over the Torus
1–10 of 98 posts
Re: TFHE: Fast Fully-Homomorphic Encryption Over the Torus
#2Re: TFHE: Fast Fully-Homomorphic Encryption Over the Torus
#3Re: TFHE: Fast Fully-Homomorphic Encryption Over the Torus
#4Re: TFHE: Fast Fully-Homomorphic Encryption Over the Torus
#5"With the cloud-keyset, the library can evaluate a net-list of binary gates homomorphically at a rate of about 50 gates per second per core, without decrypting its input. It suffices to provide the sequence of gates, as well as ciphertexts of the input bits. And the library computes ciphertexts of the output bits."
but what does "evaluating a net list of binary gates" come to in practice? What operations could I expect to be able to perform?
Re: TFHE: Fast Fully-Homomorphic Encryption Over the Torus
#6However, not being an expert on FHE, is there a way to leverage this on current RDBMS systems for example?
It says the library can evaluate binary gates. If we would like to run a SQL query for example, how do we translate it to a series of gates? Is it possible?
Or is this so low level that we basically would need to build our own "processor" with binary gates and then build the rest of the stack on top of it so we can, in the end, run a query?
Can anyone shed some light on how exactly can we take advantage of this library?
Re: TFHE: Fast Fully-Homomorphic Encryption Over the Torus
#7What operations can I do homomorphically with this library? The page says "With the cloud-keyset, the library can evaluate a net-list of binary gates homomorphically at a rate of about 50 gates per second per core, without decrypting its input. It suffices to provide the sequence of gates, as well as ciphertexts of the input bits. And the library computes ciphertexts of the output bits." but what does "evaluating a n…
Basically anything. If you can generate a netlist of gates of your HE CPU, you can write a program to compute it (perhaps slowly, though).
Re: TFHE: Fast Fully-Homomorphic Encryption Over the Torus
#8This looks very interesting! However, not being an expert on FHE, is there a way to leverage this on current RDBMS systems for example? It says the library can evaluate binary gates. If we would like to run a SQL query for example, how do we translate it to a series of gates? Is it possible? Or is this so low level that we basically would need to build our own "processor" with binary gates and then build the rest of…
Re: TFHE: Fast Fully-Homomorphic Encryption Over the Torus
#9This looks very interesting! However, not being an expert on FHE, is there a way to leverage this on current RDBMS systems for example? It says the library can evaluate binary gates. If we would like to run a SQL query for example, how do we translate it to a series of gates? Is it possible? Or is this so low level that we basically would need to build our own "processor" with binary gates and then build the rest of…
Re: TFHE: Fast Fully-Homomorphic Encryption Over the Torus
#10https://medium.com/numerai/encrypted-data-for-efficient-mark...