noir icon indicating copy to clipboard operation
noir copied to clipboard

Solving custum gates should returns GateResolution

Open guipublic opened this issue 3 years ago • 0 comments

When the partial witness generator (tries to) solves a gate, it now returns a GateResolution enum indicating if the error it got (if any). However, for custom gates, it needs to delegate the resolution to the backend, so Noir backends should be modified to also output a GateResolution. We plan to change this after the next Noir release.

guipublic avatar Sep 27 '22 08:09 guipublic