We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: