-
> **Note:** this is a bit messy, will be cleaned some time soon
## Background
- **Privacy-preserving computation**: either X of F are hidden to who computes F(X)
- **Verifiable computation**: A…
-
Not really an issue, but likely a direction. The offline-online model allows us to reduce online latency, but it also means that the servers must store the offline preprocessed result (e.g., the many …
-
I see many papers are using Garbled Circuits instead of Secret Sharing. Why did they use the costly GC instead of SS?
-
**Proposed contribution:** Produce a high-level description, tentatively with not more than two pages, for each of several paradigms that enable zero-knowledge proofs. Mention comparative advantages/d…
-
Hi,
I am using the ```semihonest_2pc.rs``` in ```examples``` for testing some garbled circuit txts. I found that the sha256 circuit comes from https://homes.esat.kuleuven.be/~nsmart/MPC/old-circuit…
-
I am looking at circuit_file.cpp and try to understand how sh2pc works.
In circuit_file.cpp, Alice and Bob tries to compute AES function together, but it seems they do not run it on a garbled circuit…
-
Dear author,
First, thank you for your nice work on garbled circuit and I like your code very much. I am actually use you code to build my own protocol but have and issue with garbling and evaluati…
-
> What should be in a "introduction to decentralized systems"?
> Please chip in and help me listing content or papers down!
> This needs a lot of cleaning up and reorganizing, looking forward to hea…
-
#### Speaker name
- Ghada Almashaqbeh
- ghada.almashaqbeh@uconn.edu
#### Institution
- University of Connecticut
#### Suggested topic
Abstract: Existing models for non-interactive MPC can…
-
I define Off-chain contracts as contracts whose code is not run by all the miners and state transition is proved by consensus, in this way we can (1) run computation with a lot of data cheaply (2) run…