Live data from Hacker News

Viewing profile — enigma83

enigma83

HN member
Joined
Mon, Aug 07, 2017, 6:31 PM UTC
HN karma
15
Public activity
4 items

About enigma83

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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…

  3. 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…

  4. 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…