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 give the misleading impression to the API consumer that plonk needs to mutate the trim size of a circuit, and that is false.
Even for variable size circuits, the implementor need to provide only a correct get_trim_size to PLONK calculate the correct trim for the public parameters, and this is the only requirement.
Proposal: remove Circuit::set_trim_size
The text was updated successfully, but these errors were encountered:
This method give the misleading impression to the API consumer that plonk needs to mutate the trim size of a circuit, and that is false.
Even for variable size circuits, the implementor need to provide only a correct
get_trim_size
to PLONK calculate the correct trim for the public parameters, and this is the only requirement.Proposal: remove
Circuit::set_trim_size
The text was updated successfully, but these errors were encountered: