Open wangtsiao opened 3 years ago
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
Since this repository only implements the DDH-based protocol, will there be other two implementations in the future?
Hi @wangtsiao , we only have the DDH+Paillier based protocol in this repo for now, but will keep this issue updated if we add the other ones here.
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
Since this repository only implements the DDH-based protocol, will there be other two implementations in the future?