You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Backend file is what Noir_js should be, aggregating circuit compilation, witness generation, and the backend. Currently it is literally just a wrapper on barretenberg. At least witness generation would be necessary to include.
The text was updated successfully, but these errors were encountered:
signorecello
changed the title
Refactoring main export from noir.js to aggregate different Noir steps
Refactoring main export from noir_js to aggregate different Noir steps
Sep 26, 2023
Part of the first
noir_js
review:I need to import Backend but Backend is literally a copy of noir-starter noir.ts file, plus it’s nested within a test folder.
I'm suggesting that we:
Noir_js
should be, aggregating circuit compilation, witness generation, and the backend. Currently it is literally just a wrapper on barretenberg. At least witness generation would be necessary to include.The text was updated successfully, but these errors were encountered: