Skip to content
New issue

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

Questions about implementation #33

Open
wangtsiao opened this issue Sep 26, 2021 · 1 comment
Open

Questions about implementation #33

wangtsiao opened this issue Sep 26, 2021 · 1 comment

Comments

@wangtsiao
Copy link

wangtsiao commented Sep 26, 2021

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?

@karnseth
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants