Skip to content

Commit

Permalink
Fix a small typo in README on GC
Browse files Browse the repository at this point in the history
  • Loading branch information
weikengchen authored Jan 14, 2021
1 parent 38be996 commit a10b46a
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 a10b46a

Please sign in to comment.