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
Release 0.6 implemented/added StandardComposer::construct_dense_pi_vec as pub(crate) which indeed is where we want to go. The problem is that the libs that only impl complex gadgets but not Circuits, now have to do big refactors and it's quite unconfortable to test them.
Therefore, for now, it has been decided that is better to leave that pub.
The text was updated successfully, but these errors were encountered:
Release 0.6 implemented/added
StandardComposer::construct_dense_pi_vec
aspub(crate)
which indeed is where we want to go. The problem is that the libs that only impl complex gadgets but not Circuits, now have to do big refactors and it's quite unconfortable to test them.Therefore, for now, it has been decided that is better to leave that
pub
.The text was updated successfully, but these errors were encountered: