Viewing profile — enigma83
enigma83
HN member- Joined
- Mon, Aug 07, 2017, 6:31 PM UTC
- HN karma
- 15
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About enigma83
No profile information was provided.
Recent public activity
-
comment
Comment #14955805
In homomorphic encryption, the cloud performs operations on encrypted data, and gets only an encrypted result. He does not have any information on the decrypted result. That's the …
-
comment
Comment #14955770
The "cloud keyset" is another name for "public key". Usually, public key enables encryption but no decryption, here, the cloud key enables computations on ciphertexts, but not decr…
-
comment
Comment #14950264
The best analogy is that Helib is a homomorphic GPU while TFHE is a homomorphic CPU. Elementary operations (addition, multiplication modulo p) with Helib are slower (especially boo…
-
comment
Comment #14950104
The current version of the library achieves 13ms per binary operation on a core-i7 instead of 50ms in the original paper. The improvements are described in the new paper: https://e…