Viewing profile — ricksunscreen
ricksunscreen
HN member- Joined
- Thu, Sep 29, 2022, 5:39 PM UTC
- HN karma
- 20
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About ricksunscreen
No profile information was provided.
Recent public activity
-
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.
-
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 …
-
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, …
-
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…
-
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…
-
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…