Skip to content

Private set intersection using garbled bloom filters in semi-honest setting

Notifications You must be signed in to change notification settings

pawanjay176/GarbledBloomFilters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f52c37a · Dec 11, 2015

History

3 Commits
Dec 11, 2015
Dec 11, 2015
Dec 11, 2015
Dec 11, 2015
Dec 11, 2015
Dec 11, 2015
Dec 11, 2015

Repository files navigation

GarbledBloomFilters

Private set intersection using garbled bloom filters in semi-honest setting

Implementation of the Private set intersection protocol in the paper https://eprint.iacr.org/2013/515.pdf

Test implementation:

  • Run server.py
  • Run client.py (Currently configured for same machine with port 3000. Can change port number and host in OTRecv.py and OTSender.py)

Concepts used:

  • Bloom Filters
  • Secret sharing
  • Oblivious transfer (OT)

About

Private set intersection using garbled bloom filters in semi-honest setting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages