Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YuwanXiao committed Jul 31, 2020
1 parent c2fcf14 commit 7d4bc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/GMW_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var c = a.gmw_xor(b);
var output =c.gmw_xor(d);
```
same for gmw_and function.
```

In this demo, we use gmw_and as an example, computing AND result for all parties' bit input.
## Legal inputs

Expand Down

0 comments on commit 7d4bc51

Please sign in to comment.