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

offline-phase: lowgear: shared-random: Implement F_rand subprotocol #69

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

joeykraut
Copy link
Member

Purpose

This PR implements the $\mathcal{F}_\text{rand}$ subprotocol used to generated shared random values in the offline phase. This is done in a few simple steps:

  1. Each party samples random values locally
  2. Each party commits to their random values
  3. Each party reveals their random values, the counterparty then checks the commitment
  4. The parties sum their sampled shares to construct the shared randomness

Testing

  • Unit tests pass
  • Tested the rand subprotocol in unit

This subprotocol is a simple commit-reveal which allows the
counterparties to agree on a set of shared random values.
@joeykraut joeykraut force-pushed the joey/input-authentication branch from a131049 to b77227a Compare April 11, 2024 16:06
@joeykraut joeykraut merged commit 0a8a390 into master Apr 11, 2024
1 of 3 checks passed
@joeykraut joeykraut deleted the joey/input-authentication branch April 11, 2024 16:06
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.

1 participant