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

Add support for using MP-SPDZ as external system #29

Merged
merged 8 commits into from Sep 16, 2020
Merged

Conversation

mortendahl
Copy link
Member

@mortendahl mortendahl commented Sep 11, 2020

This PR adds support for using MP-SPDZ as an external system for secure computations.

So far the most important change is the introduction of more placement types and their ability to compile functions into computation operations and/or sub-computations.

Note that it generalizes the previous implementation around calling out into Python and other programs. cc @yanndupis @jvmncs

@mortendahl mortendahl changed the title Add support for using MP-SPDZ as external system [WIPAdd support for using MP-SPDZ as external system Sep 11, 2020
@mortendahl mortendahl changed the title [WIPAdd support for using MP-SPDZ as external system [WIP] Add support for using MP-SPDZ as external system Sep 11, 2020
@mortendahl
Copy link
Member Author

TODO: as @jvmncs pointing out, all expressions on placements should go through the compiler

@mortendahl mortendahl changed the title [WIP] Add support for using MP-SPDZ as external system Add support for using MP-SPDZ as external system Sep 15, 2020
Copy link
Contributor

@rdragos rdragos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! - I am adding stuff to the compile method on MpspdzPlacement.

@mortendahl
Copy link
Member Author

TODO: as @jvmncs pointing out, all expressions on placements should go through the compiler

Postponed to #32

@mortendahl mortendahl merged commit 9932d75 into prototype Sep 16, 2020
@mortendahl mortendahl deleted the mpspdz branch September 16, 2020 07:47
@mortendahl mortendahl added this to the September 2020 milestone Sep 17, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants