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

noir.js cannot prove on input a circuit of size 2^19 #6671

Closed
codygunton opened this issue May 24, 2024 · 1 comment
Closed

noir.js cannot prove on input a circuit of size 2^19 #6671

codygunton opened this issue May 24, 2024 · 1 comment

Comments

@codygunton
Copy link
Contributor

This was uncovered by #6391, which pushed the size of the UltraPlonk verifier circuit to size 2^19. The failure is that the prover runs out of memory while creating the proving key. It was subsequently verified that proving fails for other circuits of size 2^19 (e.g., the test program called hashmap) while it succeeds for a circuit of size 2^18 (the test program ecdsa_secp256r1_3x).

@codygunton
Copy link
Contributor Author

replaced by

@codygunton codygunton closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant