We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f289b commit df06786Copy full SHA for df06786
README.md
@@ -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