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

Translate the rank-1 constraint system (R1CS) into a dot product constraint system #8

Open
NiDimi opened this issue Jan 28, 2025 · 1 comment

Comments

@NiDimi
Copy link
Contributor

NiDimi commented Jan 28, 2025

Build a system for expressing and solving dot product constraints. Include functionality to reduce R1CS to dot product constraints. Basically we need to develop an algorithm to convert R1CS into dot product constraints and then solve them.

Paper Reference: Section 5.1: Principal Relation and Section 6: Reducing R1CS to Dot Product Constraints

@NiDimi
Copy link
Contributor Author

NiDimi commented Feb 21, 2025

Possibly that won't be necessary as we can assume that they have been already reduced.

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