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

plonk: multiprover: mpc-transcript: Implement shared, async transcript #2

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

joeykraut
Copy link
Member

@joeykraut joeykraut commented Oct 11, 2023

Purpose

This PR implements the MpcTranscript type that wraps a SolidityTranscript and allows the transcript's operations to be allocated within a MPC computation graph. We induce an ordering over transcript operations by allocating gates within the fabric's graph for each operation, and forcing each successive operation to depend on the last.

Testing

  • Unit and integration tests pass
  • Tested the transcript on random appends against the base SolidityTranscript implementation

@joeykraut joeykraut force-pushed the joey/async-transcript branch from 4f5bada to 0f292bb Compare October 11, 2023 01:44
@joeykraut joeykraut requested a review from akirillo October 11, 2023 01:44
Copy link

@akirillo akirillo left a comment

Choose a reason for hiding this comment

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

lgtm

@joeykraut joeykraut merged commit dc56f6a into main Oct 11, 2023
0 of 2 checks passed
@joeykraut joeykraut deleted the joey/async-transcript branch October 21, 2023 17: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.

2 participants