Skip to content

Commit

Permalink
Merge pull request #173 from weikengchen/patch-1
Browse files Browse the repository at this point in the history
Fix a small typo in README on GC
  • Loading branch information
mkskeller authored Jan 14, 2021
2 parents 38be996 + a10b46a commit bdc51dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,9 @@ argument to change that.

### Yao's garbled circuits

We use half-gate garbling as described by [Guo et
al.](https://eprint.iacr.org/2014/756.pdf). Alternatively, you can
We use half-gate garbling as described by [Zahur et
al.](https://eprint.iacr.org/2014/756.pdf) and [Guo et
al.](https://eprint.iacr.org/2019/1168.pdf). Alternatively, you can
activate the implementation optimized by [Bellare et
al.](https://eprint.iacr.org/2013/426) by adding `MY_CFLAGS +=
-DFULL_GATES` to `CONFIG.mine`.
Expand Down

0 comments on commit bdc51dd

Please sign in to comment.