Simple Private Set Intersection implemented in pure Go. It uses SRA algorithm [1] as encryption scheme and Bloom Filters [2] to perform set intersection.
Two full examples are already implemented:
Checkout GoDoc Documentation
- Adi Shamir, Ronald L. Rivest and Leonard M. Adleman, "Mental Poker", April 1979. https://people.csail.mit.edu/rivest/pubs/SRA81.pdf
- Wikipedia, "Bloom filter", July 2005. https://en.wikipedia.org/wiki/Bloom_filter