by _d4bj on 8/7/17, 2:38 PM with 94 comments
by phkahler on 8/7/17, 5:57 PM
by otoburb on 8/7/17, 3:58 PM
by tome on 8/7/17, 4:21 PM
"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?
by Bromskloss on 8/7/17, 7:40 PM
by Bromskloss on 8/7/17, 7:40 PM
by anfractuosity on 8/7/17, 6:42 PM
by saganus on 8/7/17, 4:22 PM
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 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?
by michwill on 8/7/17, 5:34 PM
Does it produce only encrypted output, or can it optionally produce unencrypted results also? Can it optionally use public data as an input?
Also I am guessing if it could be accelerated on GPUs. I worked with a guy who accelerated a standard FFT on CUDA 100..1000 times for scientific computations (and later NVidia copied his code, lol). I wonder if something similar can be done here
by fenollp on 8/7/17, 7:00 PM
by sandGorgon on 8/7/17, 4:42 PM
https://medium.com/numerai/encrypted-data-for-efficient-mark...
by EGreg on 8/7/17, 4:04 PM
by gigatexal on 8/7/17, 9:34 PM
by jondubois on 8/7/17, 4:19 PM