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

Potential non-deterministic circuit? #58

Open
UIZorrot opened this issue Nov 30, 2023 · 0 comments
Open

Potential non-deterministic circuit? #58

UIZorrot opened this issue Nov 30, 2023 · 0 comments

Comments

@UIZorrot
Copy link

I notice that in circuits.gl/mux1.circom, the output of MultiMux1(n) is like this:

out[i] <== (c[1][i] - c[0][i])*s + c[0][i];

It seemed like a non-deterministic circuit, when "s=0" or "c[1][i] - c[0][i]=0", the other factor can be any value.
I'm not pretty sure, does that sound like a real problem for the team?

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

No branches or pull requests

1 participant