Skip to content

Commit df06786

Browse files
committed
Create README.md
1 parent 76f289b commit df06786

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# GarbledBloomFilters
2+
Private set intersection using garbled bloom filters in semi-honest setting
3+
4+
Implementation of the Private set intersection protocol in the paper https://eprint.iacr.org/2013/515.pdf
5+
6+
Test implementation:
7+
* Run server.py
8+
* Run client.py
9+
(Currently configured for same machine with port 3000. Can change port number and host in OTRecv.py and OTSender.py)
10+
11+
Concepts used:
12+
* Bloom Filters
13+
* Secret sharing
14+
* Oblivious transfer (OT)

0 commit comments

Comments
 (0)