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

Top Level MPC protocol #76

Merged
merged 18 commits into from
Jun 5, 2024
Merged

Top Level MPC protocol #76

merged 18 commits into from
Jun 5, 2024

Conversation

jschneider-bensch
Copy link
Contributor

@jschneider-bensch jschneider-bensch commented May 27, 2024

The result of this PR is a fully functional MPC engine that serves outputs to the evaluator. The party module is huge and complicated, though. In a next step, I would like to refactor a bit to improve testability by reducing global state in the Party struct and separating the communication plumbing from the protocol logic, which should also make everything easier to follow.

@jschneider-bensch jschneider-bensch marked this pull request as ready for review June 4, 2024 08:41
Copy link
Member

@franziskuskiefer franziskuskiefer left a comment

Choose a reason for hiding this comment

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

lgtm

atlas-spec/mpc-engine/examples/run_mpc.rs Outdated Show resolved Hide resolved
atlas-spec/mpc-engine/src/party.rs Outdated Show resolved Hide resolved
@jschneider-bensch jschneider-bensch merged commit 21dadd2 into main Jun 5, 2024
3 checks passed
@jschneider-bensch jschneider-bensch deleted the jonas/top-level-mpc branch June 5, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants