After reading the paper On Deploying Secure Computing: Private Intersection-Sum-with-Cardinality and I found there are three protocols.
1. DDH-based Private Intersection-Sum Protocol
2. Randomized-OT based Private Intersection-Sum protocol
3. Encrypted-Bloom-Filter-based Intersection-Sum Protocol
Since this repository only implements the DDH-based protocol, will there be other two implementations in the future?
After reading the paper On Deploying Secure Computing: Private Intersection-Sum-with-Cardinality and I found there are three protocols.
1. DDH-based Private Intersection-Sum Protocol
2. Randomized-OT based Private Intersection-Sum protocol
3. Encrypted-Bloom-Filter-based Intersection-Sum Protocol
Since this repository only implements the DDH-based protocol, will there be other two implementations in the future?