Live data from Hacker News

Viewing profile — ricksunscreen

ricksunscreen

HN member
Joined
Thu, Sep 29, 2022, 5:39 PM UTC
HN karma
20
Public activity
6 items

About ricksunscreen

No profile information was provided.

Recent public activity

  1. comment
    Comment #34791611

    You get this for free with FHE. In the event of a dispute, you can reveal the randomness and message that produce the public ciphertext given the user's public key.

  2. comment
    Comment #34785378

    Binary TFHE (the scheme the Google compiler uses) is fairly slow and has very large public keys (like 100MB). However the advantage is that binary computation is very flexible and …

  3. comment
    Comment #33037190

    We're building an FHE compiler[1] and an accompanying zero-knowlege proof (ZKP) library for proving things about encrypted quantities. As with much of today's cutting-edge crypto, …

  4. comment
    Comment #33027838

    I don't know anything about Cornami's products or where they are in the manufacturing stage. However, I do work in FHE. To give you sense of performance, today you can multiply 2 e…

  5. comment
    Comment #33026673

    By search, I assume you mean how would you do a database search with FHE referred to in the article. A simple example of private information retrieval is as follows: Suppose Bob ha…

  6. comment
    Comment #33024501

    In particular, most FHE schemes inherently add randomness to encryptions as an artifact of using Ring Learning with Errors (RLWE) for hardness. This means that Enc(pk, m) != Enc(pk…