We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently have duplicated code related to c_bind and c_bind_new. Ideally we remove the c_bind files and only use c_bind_new.
The issue right now is that circuits relies on c_bind, and so we cannot remove it right now. Noir's acvm_backend_wasm also uses c_bind.
Either we have circuits and Noir calling the methods in c_bind_new and or we have those components re-implement the necessary logic.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
We currently have duplicated code related to c_bind and c_bind_new. Ideally we remove the c_bind files and only use c_bind_new.
The issue right now is that circuits relies on c_bind, and so we cannot remove it right now. Noir's acvm_backend_wasm also uses c_bind.
Solution
Either we have circuits and Noir calling the methods in c_bind_new and or we have those components re-implement the necessary logic.
The text was updated successfully, but these errors were encountered: