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

fix : Refactor pre-addressing helper opcode implementations #41

Open
Prabhat1308 opened this issue Jun 2, 2024 · 0 comments · May be fixed by #42
Open

fix : Refactor pre-addressing helper opcode implementations #41

Prabhat1308 opened this issue Jun 2, 2024 · 0 comments · May be fixed by #42

Comments

@Prabhat1308
Copy link
Contributor

Prabhat1308 commented Jun 2, 2024

  1. The opcodes implemented before addressing helper need a code refactoring to use addressing helper .
  2. Make all the opcodes constant in number of Fields used.
    => This is to be done by taking the opcode with the most used Fields as a benchmark
Note : Many opcodes are still not implemented full and the benchmark opcode might change .
 If this happens we only need to add more circuit_nops to the previous functions and increase
 field size by one.
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 a pull request may close this issue.

1 participant