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

Separate preprocessing from proving and verification by adding a parameter --stage to proof producer #97

Conversation

martun
Copy link
Contributor

@martun martun commented Aug 30, 2024

We need to separate the preprocessor from prover in proof-producer. Currently both steps are ran with a single command, but in "real world" we would run the preprocessor only once per circuit.

@martun martun self-assigned this Aug 30, 2024
@martun martun marked this pull request as draft August 30, 2024 11:42
@martun martun force-pushed the 96-separate-preprocessing-from-proving-and-verification-by-adding-a-parameter-stage-to-proof-producer branch 3 times, most recently from f4f00eb to ddbce82 Compare September 9, 2024 04:44
@martun martun marked this pull request as ready for review September 9, 2024 04:44
@martun martun requested a review from x-mass September 9, 2024 06:21
@martun martun force-pushed the 96-separate-preprocessing-from-proving-and-verification-by-adding-a-parameter-stage-to-proof-producer branch 3 times, most recently from e63a28a to bbdb8ac Compare September 12, 2024 08:40
@martun martun force-pushed the 96-separate-preprocessing-from-proving-and-verification-by-adding-a-parameter-stage-to-proof-producer branch from bbdb8ac to 9cd637c Compare September 12, 2024 09:37
@martun martun merged commit e4a1c02 into master Sep 12, 2024
5 checks passed
@martun martun deleted the 96-separate-preprocessing-from-proving-and-verification-by-adding-a-parameter-stage-to-proof-producer branch September 12, 2024 14:14
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.

Separate preprocessing from proving and verification by adding a parameter --stage to proof producer.
2 participants