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
Instead of storing the dense vector that contains the public inputs that are also not being used, we should optimize the storage and try to avoid storing PublicInputs that are not being used inside of the composer.
Also on this way this could be the PI manager that the Circuit trait needs to improve the API and stop requiring the managing of the PI externally
The text was updated successfully, but these errors were encountered:
Instead of storing the dense vector that contains the public inputs that are also not being used, we should optimize the storage and try to avoid storing PublicInputs that are not being used inside of the composer.
Also on this way this could be the PI manager that the
Circuit
trait needs to improve the API and stop requiring the managing of the PI externallyThe text was updated successfully, but these errors were encountered: