-
Hi, I'm wondering if there are any sample programs available to test AES computation using garbled circuits. I noticed that the test_gc.mpc file does not include the test for AES computation. Therefor…
-
Hi, I'm unsure about the default implementation of oblivious transfer, especially when using **garbled circuits**. Is it SimpleOT (https://github.com/mkskeller/SimpleOT), SimplestOT_C (https://githu…
-
I tried to compile tutorial for garbled circuits, but I get the following error:
```
./compile.py -G -B 32 tutorial
Default bit length: 32
Default security parameter: 40
Compiling file /root/MP-S…
-
### Basic Infos
- [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md).
- [x] I have read the documentation at [readthedocs](https://arduin…
-
> _This is a Bisq Network proposal. Please familiarize yourself with the [submission and review process](https://bisq.wiki/Proposals)._
### Introduction
In the last part of https://github.co…
-
A Chacha20 circuit has ~2x less AND gates per byte of output compared to the AES128 circuit. So, it is desirable to prefer a Chacha20 ciphersuite if the webserver supports it.
However, there is sti…
-
I've wondered whether a design space exists for optimizing circuits to maximize XOR gates, or rather, minimize AND gates. From what I can gather, most of the circuits out there were generated using so…
-
Currently, because of the 2PC GHASH computation, the Client sends the full ciphertext of the request to the Notary.
It should be investigated if it is possible to not send the ciphertext at all and t…
-
* **I'm submitting a ...**
- [X] Feature request
* **Do you want to request a *feature* or report a *bug*?**
Feature, adding TS80 build support
The TS80 runs very similar hardware to the…
Ralim updated
2 months ago
-
We spoke about creating a set of traits which let a caller run complicated OT+MPC protocols without having to know anything other than their function input and the network socket they're using. These …