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
Changes here are needed so that proofs can load in only the next circuit into the Vec<R1CSWithArity> inside PublicParams. The intended goal there to reduce memory pressure.
Tasks
Remove error that checks circuit arity matches across all circuits (WARNING -- THIS MAY CAUSE PROBLEMS IN THE FUTURE).
Add PublicParams::aux_params() method to use a reference to PublicParams to produce an instance of AuxParams.
Mission
Changes here are needed so that
proofs
can load in only the next circuit into theVec<R1CSWithArity>
insidePublicParams
. The intended goal there to reduce memory pressure.Tasks
PublicParams::aux_params()
method to use a reference toPublicParams
to produce an instance ofAuxParams
.Related to https://github.com/pluto/web-prover/issues/233
Creates: #3
The text was updated successfully, but these errors were encountered: