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
Most of these values must be dynamically assigned, so we don't need to re-compile after any arithmetization parameter change.
This also slows down compilation of tests a LOT, also compilation requires more and more RAM on our CI.
The text was updated successfully, but these errors were encountered:
Currently all of suite uses classes, which have lots of template arguments. For example this class is used as a template argument in many places:
https://github.com/NilFoundation/crypto3-zk/blob/ebac50dbc72109b55d0c94d934ef8ff15fe747de/include/nil/crypto3/zk/snark/systems/plonk/placeholder/params.hpp#L61
Most of these values must be dynamically assigned, so we don't need to re-compile after any arithmetization parameter change.
This also slows down compilation of tests a LOT, also compilation requires more and more RAM on our CI.
The text was updated successfully, but these errors were encountered: