Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enable constant inputs for more blackbox (#5647)
# Description ## Problem\* We create witness for blackbox inputs, even when the value is constant, which generates un-optimal circuit. ## Summary\* Some blackbox can now support constant inputs (cf. PR AztecProtocol/aztec-packages#7613) so we enable the use of constant inputs for them. ## Additional Context ## Documentation\* Check one: - [X] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR. # PR Checklist\* - [X] I have tested the changes locally. - [X] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.
- Loading branch information