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
If we compile an instance of the extract template, we will get warnings about constraints. For example:
warning[CA02]: In template "LessThan(8)": Array of subcomponent input/output signals n2b.out contains a total of 8 signals that do not appear in any constraint of the father component
warning[CA02]: In template "GetTopOfStack(2)": Subcomponent input/output signal atTop.match does not appear in any constraint of the father component
warning[CA02]: In template "RewriteStack(2)": Subcomponent input/output signal inObjectValue.out does not appear in any constraint of the father component
warning[CA02]: In template "StateUpdate(2)": Subcomponent input/output signal Syntax.NEWLINE does not appear in any constraint of the father component
We should resolve these all.
The text was updated successfully, but these errors were encountered:
Autoparallel
changed the title
auditing(disclosure): fix all circom constraint warnings
auditing(json): fix all circom constraint warnings
Aug 23, 2024
Idea
If we compile an instance of the
extract
template, we will get warnings about constraints. For example:We should resolve these all.
The text was updated successfully, but these errors were encountered: