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

poc: Add an example showcasing FLP with Shamir's #520

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

cjpatton
Copy link
Collaborator

@cjpatton cjpatton commented Oct 31, 2024

A demonstration of the composition of FLP with Shamir's secret sharing.
This could be the basis of a Prio3 variant that tolerates drop out of an
Aggregator.

Imagine a DAP setup [1] where a Leader wants to be able to run the
protocol with one of two Helpers so that if the first Helper goes
offline, it can continue the computation with the other.

For this to work, the Client still needs to know the identities of the
two Helpers prior to generating its report.

[1] ietf-wg-ppm/draft-ietf-ppm-dap#22

@cjpatton cjpatton force-pushed the cjpatton/idea/shamir branch 2 times, most recently from e11677d to ef8e928 Compare October 31, 2024 20:49
A demonstration of the composition of FLP with Shamir's secret sharing.
This could be the basis of a Prio3 variant that tolerates drop out of an
Aggregator.

Imagine a DAP setup [1] where a Leader wants to be able to run the
protocol with one of two Helpers so that if the first Helper goes
offline, it can continue the computation with the other.

For this to work, the Client still needs to know the identities of the
two Helpers prior to generating its report.

[1] ietf-wg-ppm/draft-ietf-ppm-dap#22
@cjpatton cjpatton merged commit a57cc40 into main Nov 18, 2024
6 checks passed
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.

2 participants