-
Notifications
You must be signed in to change notification settings - Fork 47
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
Delegated Private Matching for Compute (DPMC) #116
Conversation
Extends multi-key Private-ID to multiple partners with the help of a helper/delegate server. Co-authored-by: Shubho Sengupta <[email protected]>
Extends multi-key Private-ID to multiple partners with the help of two helpers/delegates. Co-authored-by: Shubho Sengupta <[email protected]>
@shubho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@shubho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@shubho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Can check you why we get
consider importing one of these items instead in lines 13 to 17? |
@shubho I updated the AWS crates, it should be fine now. Can you try again? |
@shubho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Failed to resolve
in |
in |
@shubho I updated these two crates to their latest versions. Their API had changed a bit. Let's see if that was the issue. |
@shubho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
I still get the same errors - the And the |
I made some changes, can you check again? What is the command that generates these errors? I can't replicate them locally. |
@shubho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Same problem when you do |
That's odd, both dependencies are in Cargo.toml and I have Is there a way to find the specific Rust version and the command that generates the error? |
I think the problem is the |
Updated fernet, and base64 should be 0.13. We should do another pull to update. |
@shubho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@shubho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@prasadbuddhavarapu merged this pull request in 26b08dd. |
Types of changes
Motivation and Context / Related issue
etc/example/dpmc/Ex0_company.csv
).etc/example/dpmc/Ex0_partner_1.csv
) and a csv with features (e.g.,etc/example/dpmc/Ex0_partner_1_features.csv
).etc/example/dspmc/Ex0_company.csv
).etc/example/dspmc/Ex0_partner_1.csv
) and a csv with features (e.g.,etc/example/dspmc/Ex0_partner_1_features.csv
).How Has This Been Tested (if it applies)
Tests are located in
etc/example/dpmc
andetc/example/dspmc
.Checklist