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
Add a FnMut closure to Prover::prove(...) to allow the prover to adjust the generator capacity based on the circuit size for the given constraint system.
Add a
FnMut
closure toProver::prove(...)
to allow the prover to adjust the generator capacity based on the circuit size for the given constraint system.See: #257 (comment)
The text was updated successfully, but these errors were encountered: