bug: Input to brillig function is in a separate subgraph to output
┌─ /Users/zpedro/nargo/github.com/noir-lang/noir-bignumv0.4.1/src/fns/constrained_ops.nr:302:43
│
302 │ let (result, borrow_flags) = unsafe { __neg_with_flags(params, val) };
│ ----------------------------- There is no path from the output of this brillig call to either return values or inputs of the circuit, which creates an independent subgraph. This is quite likely a soundness vulnerability
Aim
Trying to use the plume library
Expected Behavior
I expect it to work normally
Bug
I get an error:
To Reproduce
Workaround
Yes
Workaround Description
Using --silence-warnings makes it go away
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response