7 ms·
It's really not that bad. We're close to using FHE in a production consumer app. https://vishakh.blog/2025/08/06/lessons-from-using-fhe-to-build-a-secure-consu
by vishakh82 1y ago
It's really not that bad. We're close to using FHE in a production consumer app.
https://vishakh.blog/2025/08/06/lessons-from-using-fhe-to-build-a-secure-consumer-app/ https://vishakh.blog/2025/08/06/lessons-from-using-fhe-to-bu...
- adgjlsfhk1 1y agoif you're talking about doing database queries on a 5mb database, why not just ship the database client side and have them do the computation?
- vishakh82 1y agoYou may wish to build a protocol where third parties can asynchronously operate on user data. You may also want to have separation between the end app and the compute layer for legal or practical purposes. Finally, you may not want to store large payloads on client devices.
- adgjlsfhk1 1y ago5mb is hardly a "large payload"
- vishakh82 1y agoI'm giving you general reasons why this is the case. For our own app, we hope to build a protocol where third parties can operate async on user data (with consent).