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
This method has some complicated logic that at first look appeared to be related to the const 0 variable noir offset issue #816. It is actually somewhat unrelated and appears to be a mechanism for inserting "placeholder" 0's intermittently in the witness, perhaps when the presence of these witnesses are known to acir but their values are not known. Discuss with @kevaundray.
Note that this is somewhat related to #816 because once the +1 offset is removed from noir, index 0 again becomes a valid witness index and no longer necessarily corresponds to the variable 0. So these "placeholder" 0's will now point to some non-zero variable.
The text was updated successfully, but these errors were encountered:
This method has some complicated logic that at first look appeared to be related to the const 0 variable noir offset issue #816. It is actually somewhat unrelated and appears to be a mechanism for inserting "placeholder" 0's intermittently in the witness, perhaps when the presence of these witnesses are known to acir but their values are not known. Discuss with @kevaundray.
Note that this is somewhat related to #816 because once the +1 offset is removed from noir, index 0 again becomes a valid witness index and no longer necessarily corresponds to the variable 0. So these "placeholder" 0's will now point to some non-zero variable.
The text was updated successfully, but these errors were encountered: