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

Special evaluation for gates and copy matrices. #21

Open
dreamATD opened this issue Jan 4, 2024 · 0 comments
Open

Special evaluation for gates and copy matrices. #21

dreamATD opened this issue Jan 4, 2024 · 0 comments

Comments

@dreamATD
Copy link
Collaborator

dreamATD commented Jan 4, 2024

On the verifier side, to compute the evaluation of gate matrices such as add, mul2, ..., and copy constraint matrices, such as copy_to, paste_from, the verifier needs to go through all non-zero entries. However, those matrices might be of special form, such as eq(x, y), or eq_greater_than with more efficient methods for evaluation.

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